tavoid <{} - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1aae7009ab8fe6e0478b56fddde2f7560921fc36
(DIR) parent 931ba0b74050badec0331586636615a1afafae3a
(HTM) Author: rsc <devnull@localhost>
Date: Fri, 7 Jan 2005 20:25:55 +0000
avoid <{}
Diffstat:
M rcmain | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/rcmain b/rcmain
t@@ -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