[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    cvs commit: apr-util apu-config.in
From:       thommay () apache ! org
Date:       2003-06-20 16:39:40
[Download RAW message or body]

thommay     2003/06/20 09:39:40

  Modified:    .        apu-config.in
  Log:
  Fix quoting of variable passed to test -n
  PR: 20960
  Submitted by: max@faidor.de (Maximilian Kolmhuber)
  Reviewed by: Thom May
  
  Revision  Changes    Path
  1.33      +1 -1      apr-util/apu-config.in
  
  Index: apu-config.in
  ===================================================================
  RCS file: /home/cvs/apr-util/apu-config.in,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- apu-config.in	2 Jun 2003 12:51:54 -0000	1.32
  +++ apu-config.in	20 Jun 2003 16:39:40 -0000	1.33
  @@ -123,7 +123,7 @@
       if test -d "$APU_SOURCE_DIR"; then
           APU_SOURCE_DIR="`realpath $APU_SOURCE_DIR`"
       fi
  -    if test -n $tmpbindir; then
  +    if test -n "$tmpbindir"; then
           tmpbindir="`realpath $tmpbindir`"
       fi
   fi
  
  
  
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic