]> git.pld-linux.org Git - packages/php.git/commitdiff
- fix ksh vs autoconf 2.60 issue
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Nov 2006 10:25:50 +0000 (10:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-sh.patch -> 1.1

php-sh.patch [new file with mode: 0644]

diff --git a/php-sh.patch b/php-sh.patch
new file mode 100644 (file)
index 0000000..e2c6770
--- /dev/null
@@ -0,0 +1,13 @@
+--- php-5.1.6/acinclude.m4.orig        2006-11-21 10:43:13.179505000 +0100
++++ php-5.1.6/acinclude.m4     2006-11-21 10:55:32.479505000 +0100
+@@ -68,8 +68,8 @@
+     changequote({,})
+     ep_dir="`echo $1|$SED 's%/*[^/][^/]*/*$%%'`"
+     changequote([,])
+-    ep_realdir="`(cd \"$ep_dir\" && pwd)`"
+-    $2="$ep_realdir/`basename \"$1\"`"
++    ep_realdir="$(cd "$ep_dir" && pwd)"
++    $2="$ep_realdir/$(basename "$1")"
+   fi
+ ])
This page took 0.061436 seconds and 4 git commands to generate.