aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/exec.c
diff options
context:
space:
mode:
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;