projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9565a34
)
fix error in configure script using >/dev/null in noclobber mode
author
Rich Felker
<dalias@aerifal.cx>
Mon, 19 Nov 2012 04:15:47 +0000
(23:15 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Mon, 19 Nov 2012 04:15:47 +0000
(23:15 -0500)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 08ef19a2c098c2b75e2008a8a15a8fb4d737675b..b61ffb82bdc11dafbd7ea0cc3a5ab3eb06ab54fc 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-145,7
+145,7
@@
i=0
set -C
while : ; do i=$(($i+1))
tmpc="./conf$$-$PPID-$i.c"
-2>/dev/null > "$tmpc" && break
+2>
|
/dev/null > "$tmpc" && break
test "$i" -gt 50 && fail "$0: cannot create temporary file $tmpc"
done
set +C