From 1145211d6b526133f8f918c9c9cd84ad3c933f9e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 16 Aug 1998 01:44:40 +0000 Subject: fix typos --- tests/mv/setup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/mv/setup') diff --git a/tests/mv/setup b/tests/mv/setup index 6da3218e1..a4b7ac05d 100755 --- a/tests/mv/setup +++ b/tests/mv/setup @@ -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= -- cgit v1.2.3-54-g00ecf