提交 6c0cba81 编写于 作者: R Rich Felker

fix error in configure script using >/dev/null in noclobber mode

上级 9565a349
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册