9.rc: change to work with rc -e (Tony Lainson)

Change sense of test at end of 9.rc so that
when invoked with no arguments the test still
evaluates true, so that it works well with rc -e.
This commit is contained in:
Russ Cox 2007-08-22 11:24:34 -04:00
parent 6b0a42ed04
commit e9f50ca103

View file

@ -5,4 +5,4 @@ if(~ $#PLAN9 0)
if(! ~ $path(1) $PLAN9/bin)
path=($PLAN9/bin $path)
! ~ $#* 0 && exec $*
~ $#* 0 || exec $*