]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
- fix sh problems in wrapper
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 30 Nov 2003 10:09:41 +0000 (10:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf-sh.patch -> 1.1

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

diff --git a/autoconf-sh.patch b/autoconf-sh.patch
new file mode 100644 (file)
index 0000000..45150a7
--- /dev/null
@@ -0,0 +1,20 @@
+Index: tests/wrapper.in
+===================================================================
+RCS file: /cvsroot/autoconf/autoconf/tests/wrapper.in,v
+retrieving revision 1.4
+diff -u -u -r1.4 wrapper.in
+--- tests/wrapper.in 25 Sep 2003 09:30:35 -0000 1.4
++++ tests/wrapper.in 19 Nov 2003 13:17:11 -0000
+@@ -13,9 +13,10 @@
+ elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
+   set -o posix
+ fi
++DUALCASE=1; export DUALCASE # for MKS sh
+ # Support unset when possible.
+-if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
++if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+   as_unset=unset
+ else
+   as_unset=false
+
This page took 0.081462 seconds and 4 git commands to generate.