diff options
| author | Rich Felker <dalias@aerifal.cx> | 2012-11-18 23:15:47 -0500 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2012-11-18 23:15:47 -0500 |
| commit | 6c0cba819fb593f1efa33e0acd0bf59597279d97 (patch) | |
| tree | cbaba334bfa6a60ef7cf6029f39fde1f36fca1eb /configure | |
| parent | fix powerpc asm not to store data in volatile space below stack pointer (diff) | |
| download | grovel-6c0cba819fb593f1efa33e0acd0bf59597279d97.tar.gz grovel-6c0cba819fb593f1efa33e0acd0bf59597279d97.tar.xz | |
fix error in configure script using >/dev/null in noclobber mode
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
