mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-24 00:53:38 +08:00
fix typos
This commit is contained in:
parent
0c35411a4f
commit
1145211d6b
@ -7,13 +7,12 @@
|
||||
: ${DF=df}
|
||||
: ${MKDIR=mkdir}
|
||||
|
||||
# Try these
|
||||
: ${CANDIDATE_TMP_DIRS=not_set
|
||||
: ${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"}
|
||||
&& CANDIDATE_TMP_DIRS="$TMPDIR /tmp /var/tmp /usr/tmp $HOME"
|
||||
|
||||
other_partition_tmpdir=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user