diff options
Diffstat (limited to 'bin/9c')
-rwxr-xr-x | bin/9c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ case "$tag" in esac # N.B. Must use temp file to avoid pipe; pipe loses status. -xtmp=/tmp/9c.$$.$USER.out +xtmp=${TMPDIR-/tmp}/9c.$$.$USER.out $cc -DPLAN9PORT -I$PLAN9/include $cflags "$@" 2>$xtmp status=$? quiet $xtmp |