aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/exec.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-11-16 17:32:12 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-11-16 17:32:12 -0800
commit09c0a372823446d4559fc971d9a6128c89420b75 (patch)
treec0c54f11aec0f98b98385d8d985183c148057fc1 /src/cmd/rc/exec.c
parentd1caabb4cd9f283f8e21e742c42e1ceb454133dc (diff)
checkin
Diffstat (limited to 'src/cmd/rc/exec.c')
-rw-r--r--src/cmd/rc/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/rc/exec.c b/src/cmd/rc/exec.c
index 9ebb517..51e352a 100644
--- a/src/cmd/rc/exec.c
+++ b/src/cmd/rc/exec.c
@@ -645,7 +645,7 @@ xboot(int argc, char *argv[])
bootstrap[i++].s="*";
bootstrap[i++].f = Xdollar;
bootstrap[i++].f = Xword;
- bootstrap[i++].s = "/dev/stdin";
+ bootstrap[i++].s = "./cmds"; /* /dev/stdin"; */
bootstrap[i++].f = Xword;
bootstrap[i++].s=".";
bootstrap[i++].f = Xbasic;