jerenkrantz 2003/01/08 05:09:51
Modified: . apu-config.in
Log:
The which line should be double-quoted.
Revision Changes Path
1.26 +1 -1 apr-util/apu-config.in
Index: apu-config.in
===================================================================
RCS file: /home/cvs/apr-util/apu-config.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -u -r1.25 -r1.26
--- apu-config.in 8 Jan 2003 09:49:32 -0000 1.25
+++ apu-config.in 8 Jan 2003 13:09:50 -0000 1.26
@@ -112,7 +112,7 @@
thisdir="`cd $thisdir && pwd`"
# If we have the realpath program, use it to resolve symlinks.
# Otherwise, being in a symlinked dir may result in incorrect output.
-if test -x `which realpath 2>/dev/null`; then
+if test -x "`which realpath 2>/dev/null`"; then
thisdir="`realpath $thisdir`"
fi
if test -d $bindir; then