commit e9f50ca103acfb10afb6a2c93f261560d01387c0 from: Russ Cox date: Wed Aug 22 15:24:34 2007 UTC 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. commit - 6b0a42ed047c3a9f9719294c64285b131a3d736e commit + e9f50ca103acfb10afb6a2c93f261560d01387c0 blob - 354976d31307df35833445e19ef21ff8b59715e9 blob + 8a6cea9b24fa86e4b617fbef219885ab0361e2a2 --- bin/9.rc +++ bin/9.rc @@ -5,4 +5,4 @@ if(~ $#PLAN9 0) if(! ~ $path(1) $PLAN9/bin) path=($PLAN9/bin $path) -! ~ $#* 0 && exec $* +~ $#* 0 || exec $*