]> git.pld-linux.org Git - packages/autoconf.git/blob - autoconf-bashism.patch
- updated to 2.58
[packages/autoconf.git] / autoconf-bashism.patch
1 diff -Nru autoconf-2.58.orig/configure autoconf-2.58/configure
2 --- autoconf-2.58.orig/configure        2003-11-04 09:47:21.000000000 +0100
3 +++ autoconf-2.58/configure     2003-11-05 09:35:17.144712072 +0100
4 @@ -23,7 +23,7 @@
5  fi
6  
7  # Support unset when possible.
8 -if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
9 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
10    as_unset=unset
11  else
12    as_unset=false
13 @@ -2180,7 +2180,7 @@
14  fi
15  
16  # Support unset when possible.
17 -if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
18 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
19    as_unset=unset
20  else
21    as_unset=false
This page took 0.02237 seconds and 3 git commands to generate.