From 29138fff8643194ec49cb79304d2a878d46c378b Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Tue, 16 Nov 2021 12:08:59 -0800 Subject: Feat: added heredocs Heredocs are simply strings written to tmp files. There was minimal bug testing here. Also, various bug fixes are included --- src/cmd/rc/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/rc/main.c') diff --git a/src/cmd/rc/main.c b/src/cmd/rc/main.c index eb83c90..0897352 100644 --- a/src/cmd/rc/main.c +++ b/src/cmd/rc/main.c @@ -55,6 +55,7 @@ main(int argc, char *argv[]) shell.err = openfd(2); /* yydebug=1; */ + initenv(); initpath(); initkeywords(); -- cgit v1.2.1