]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix little typo.
authorUlrich Drepper <drepper@redhat.com>
Tue, 16 Jul 2002 18:13:59 +0000 (18:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 16 Jul 2002 18:13:59 +0000 (18:13 +0000)
glibcbug.in

index b83e2bd4753efe0fe22a5dae3615732ed6b606aa..e492582c19d0bfc29751e438d8393f743b275b83 100644 (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