1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-01 01:35:04 +02:00

Work around another bug in Ultrix4.3a's /bin/sh.

Reported by Christian von Roques.
This commit is contained in:
Jim Meyering
1998-08-15 03:24:56 +00:00
parent f2d4fc8016
commit 2aa62088a3

View File

@@ -8,7 +8,12 @@
: ${MKDIR=mkdir}
# Try these
: ${CANDIDATE_TMP_DIRS="$TMPDIR /tmp /var/tmp /usr/tmp $HOME"}
: ${CANDIDATE_TMP_DIRS=not_set
# Work around a bug in the way Ultrix4.3a's /bin/sh handles multi-word
# variables set with ${VAR="VALUE"}
test "$CANDIDATE_TMP_DIRS" = not_set \
&& ${CANDIDATE_TMP_DIRS="$TMPDIR /tmp /var/tmp /usr/tmp $HOME"}
other_partition_tmpdir=