]> git.pld-linux.org Git - packages/autoconf.git/blame - autoconf-bashism.patch
- reverted (not necessary, it was opie configure's fault not restoring IFS)
[packages/autoconf.git] / autoconf-bashism.patch
CommitLineData
dc23c632 1diff -Nru autoconf-2.58.orig/configure autoconf-2.58/configure
2--- autoconf-2.58.orig/configure 2003-11-04 09:47:21.000000000 +0100
b3a66659 3+++ autoconf-2.58/configure 2003-11-05 10:11:37.318275312 +0100
dc23c632 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
b3a66659 22diff -Nru autoconf-2.58.orig/tests/wrapper.in autoconf-2.58/tests/wrapper.in
23--- autoconf-2.58.orig/tests/wrapper.in 2003-09-25 11:25:02.000000000 +0200
24+++ autoconf-2.58/tests/wrapper.in 2003-11-05 10:11:53.217858208 +0100
25@@ -15,7 +15,7 @@
26 fi
27
28 # Support unset when possible.
29-if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
30+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
31 as_unset=unset
32 else
33 as_unset=false
This page took 0.09129 seconds and 4 git commands to generate.