mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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:
parent
6b0a42ed04
commit
e9f50ca103
1 changed files with 1 additions and 1 deletions
2
bin/9.rc
2
bin/9.rc
|
@ -5,4 +5,4 @@ if(~ $#PLAN9 0)
|
|||
if(! ~ $path(1) $PLAN9/bin)
|
||||
path=($PLAN9/bin $path)
|
||||
|
||||
! ~ $#* 0 && exec $*
|
||||
~ $#* 0 || exec $*
|
||||
|
|
Loading…
Reference in a new issue