rc: make default path safer
This commit is contained in:
parent
4a9f900726
commit
ecab88b983
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if(~ $rcname ?.out) prompt=('broken! ' ' ')
|
|||
if(flag p) path=/bin
|
||||
if not{
|
||||
finit
|
||||
if(~ $#path 0) path=(. /bin)
|
||||
if(~ $#path 0) path=(/bin .)
|
||||
}
|
||||
fn sigexit
|
||||
if(! ~ $#cflag 0){
|
||||
|
|
Loading…
Reference in a new issue