aboutsummaryrefslogtreecommitdiff
path: root/rcmain
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-14 03:45:44 +0000
committerrsc <devnull@localhost>2005-01-14 03:45:44 +0000
commit78e51a8c6678b6e3dff3d619aa786669f531f4bc (patch)
tree015e00fde4fc837fd31b705e18d17dc913829388 /rcmain
parent2634795b5f0053bc0ff08e5d7bbc0eda8efea061 (diff)
downloadplan9port-78e51a8c6678b6e3dff3d619aa786669f531f4bc.tar.gz
plan9port-78e51a8c6678b6e3dff3d619aa786669f531f4bc.tar.bz2
plan9port-78e51a8c6678b6e3dff3d619aa786669f531f4bc.zip
checkpoint
Diffstat (limited to 'rcmain')
-rw-r--r--rcmain5
1 files changed, 0 insertions, 5 deletions
diff --git a/rcmain b/rcmain
index 2900960c..491404a4 100644
--- a/rcmain
+++ b/rcmain
@@ -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){