From 09c0a372823446d4559fc971d9a6128c89420b75 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Tue, 16 Nov 2021 17:32:12 -0800 Subject: checkin --- src/cmd/rc/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/rc/exec.c') 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; -- cgit v1.2.1