Fixed missing ` (backquote).

Noted by Jason R. Thorpe in PR #780.
This commit is contained in:
jtc 1995-02-03 20:08:09 +00:00
parent 255317cd59
commit 7c52a05701
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ fi
if [ -z "$TMPDIR" ]; then
TMPDIR=/tmp
else
if [ "`echo $TMPDIR | grep '/$'" != "" ]; then
if [ "`echo $TMPDIR | grep '/$'`" != "" ]; then
TMPDIR="`echo $TMPDIR | sed -e 's,/$,,'`"
fi
fi