]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
- added
authortrojan <trojan@pld-linux.org>
Wed, 5 Nov 2003 09:43:38 +0000 (09:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf-bashism.patch -> 1.1

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

diff --git a/autoconf-bashism.patch b/autoconf-bashism.patch
new file mode 100644 (file)
index 0000000..9eebf74
--- /dev/null
@@ -0,0 +1,21 @@
+diff -Nru autoconf-2.58.orig/configure autoconf-2.58/configure
+--- autoconf-2.58.orig/configure       2003-11-04 09:47:21.000000000 +0100
++++ autoconf-2.58/configure    2003-11-05 09:35:17.144712072 +0100
+@@ -23,7 +23,7 @@
+ fi
+ # 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
+@@ -2180,7 +2180,7 @@
+ fi
+ # 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.08214 seconds and 4 git commands to generate.