mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
avoid <{}
This commit is contained in:
parent
931ba0b740
commit
1aae7009ab
1 changed files with 2 additions and 2 deletions
4
rcmain
4
rcmain
|
@ -15,8 +15,8 @@ if not{
|
|||
finit
|
||||
if(~ $#path 0) {
|
||||
path=(/bin /usr/bin)
|
||||
. <{sh -c 'echo $PATH |
|
||||
sed "s/^/path=(''/; s/$/'')/; s/:/'' ''/g"'}
|
||||
eval `{sh -c 'echo $PATH |
|
||||
sed "s/^/path=(''/; s/$/'')/; s/:/'' ''/g"'}
|
||||
}
|
||||
}
|
||||
fn sigexit
|
||||
|
|
Loading…
Reference in a new issue