jim 02/03/13 17:41:32
Modified: build apr_common.m4
Log:
Lesser of 2 evils :)
Revision Changes Path
1.27 +1 -1 apr/build/apr_common.m4
Index: apr_common.m4
===================================================================
RCS file: /home/cvs/apr/build/apr_common.m4,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- apr_common.m4 13 Mar 2002 18:13:02 -0000 1.26
+++ apr_common.m4 14 Mar 2002 01:41:32 -0000 1.27
@@ -589,7 +589,7 @@
dnl APR_PATH_RELATIVE(final_path, $orig_path, $prefix)
dnl $final_path now contains "bar"
AC_DEFUN(APR_PATH_RELATIVE,[
-stripped=`echo $2 | sed -e "s#^${3}##"`
+stripped=`echo $2 | sed -e "s#^$3##"`
# check if the stripping was successful
if test "x$2" != "x$stripped"; then
# it was, so strip of any leading slashes