diff options
author | rsc <devnull@localhost> | 2005-01-14 03:45:44 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-14 03:45:44 +0000 |
commit | 78e51a8c6678b6e3dff3d619aa786669f531f4bc (patch) | |
tree | 015e00fde4fc837fd31b705e18d17dc913829388 /rcmain | |
parent | 2634795b5f0053bc0ff08e5d7bbc0eda8efea061 (diff) | |
download | plan9port-78e51a8c6678b6e3dff3d619aa786669f531f4bc.tar.gz plan9port-78e51a8c6678b6e3dff3d619aa786669f531f4bc.tar.bz2 plan9port-78e51a8c6678b6e3dff3d619aa786669f531f4bc.zip |
checkpoint
Diffstat (limited to 'rcmain')
-rw-r--r-- | rcmain | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -14,11 +14,6 @@ if(flag p) path=(/bin /usr/bin) if not{ finit # should be taken care of by rc now, but leave just in case - if(~ $#path 0) { - path=(/bin /usr/bin) - eval `{sh -c 'echo $PATH | - sed "s/^/path=(''/; s/$/'')/; s/:/'' ''/g"'} - } } fn sigexit if(! ~ $#cflag 0){ |