redirect properly on sun
This commit is contained in:
parent
77b3fa7c29
commit
e544651cc7
1 changed files with 2 additions and 2 deletions
4
bin/9c
4
bin/9c
|
|
@ -45,8 +45,8 @@ esac
|
|||
|
||||
case "$tag" in
|
||||
*SunOS*-cc)
|
||||
exec $cc -I$PLAN9/include $cflags "$@" |
|
||||
/bin/sed 's/\"\([^\"][^\"]*\)\", line \([0-9][0-9]*\)/\1:\2/g'
|
||||
exec $cc -I$PLAN9/include $cflags "$@" 2>&1 |
|
||||
/bin/sed 's/\"\([^\"][^\"]*\)\", line \([0-9][0-9]*\)/\1:\2/g' 1>&2
|
||||
;;
|
||||
*)
|
||||
exec $cc -I$PLAN9/include $cflags "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue