Fix little typo.

This commit is contained in:
Ulrich Drepper 2002-07-16 18:13:59 +00:00
parent e06e200abd
commit 2a6fe2e794

View File

@ -25,7 +25,7 @@ STDIO="@stdio@"
TEMP=`mktemp -q ${TMPDIR-/tmp}/glibcbugXXXXXX 2>/dev/null`
if test $? -ne 0; then
TEMP={$TMPDIR-/tmp}/glibcbug.$$
TEMP=${TMPDIR-/tmp}/glibcbug.$$
echo > $TEMP
chmod 600 $TEMP
fi