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