mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 22:50:07 +00:00
Fix little typo.
This commit is contained in:
parent
e06e200abd
commit
2a6fe2e794
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user