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

autoconf-bashism.patch

index 9eebf740435fab0c57f562f4a972341cad882666..8ec445f130886352680634855483960d57f9494a 100644 (file)
@@ -1,6 +1,6 @@
 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
++++ autoconf-2.58/configure    2003-11-05 10:11:37.318275312 +0100
 @@ -23,7 +23,7 @@
  fi
  
@@ -19,3 +19,15 @@ diff -Nru autoconf-2.58.orig/configure autoconf-2.58/configure
    as_unset=unset
  else
    as_unset=false
+diff -Nru autoconf-2.58.orig/tests/wrapper.in autoconf-2.58/tests/wrapper.in
+--- autoconf-2.58.orig/tests/wrapper.in        2003-09-25 11:25:02.000000000 +0200
++++ autoconf-2.58/tests/wrapper.in     2003-11-05 10:11:53.217858208 +0100
+@@ -15,7 +15,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.032037 seconds and 4 git commands to generate.