]> git.pld-linux.org Git - packages/autoconf.git/blame - autoconf-sh.patch
- fix sh problems in wrapper
[packages/autoconf.git] / autoconf-sh.patch
CommitLineData
15d46ba8
AM
1Index: tests/wrapper.in
2===================================================================
3RCS file: /cvsroot/autoconf/autoconf/tests/wrapper.in,v
4retrieving revision 1.4
5diff -u -u -r1.4 wrapper.in
6--- tests/wrapper.in 25 Sep 2003 09:30:35 -0000 1.4
7+++ tests/wrapper.in 19 Nov 2003 13:17:11 -0000
8@@ -13,9 +13,10 @@
9 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
10 set -o posix
11 fi
12+DUALCASE=1; export DUALCASE # for MKS sh
13
14 # Support unset when possible.
15-if ((MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
16+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
17 as_unset=unset
18 else
19 as_unset=false
20
This page took 0.123449 seconds and 4 git commands to generate.