aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/main.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-11-16 12:08:59 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-11-16 12:08:59 -0800
commit29138fff8643194ec49cb79304d2a878d46c378b (patch)
tree04f46762380d84994ec821cec13f1ff8288d46fc /src/cmd/rc/main.c
parente4f9b993e97b6e6e790810b6d261dc5bf61b0513 (diff)
Feat: added heredocs
Heredocs are simply strings written to tmp files. There was minimal bug testing here. Also, various bug fixes are included
Diffstat (limited to 'src/cmd/rc/main.c')
-rw-r--r--src/cmd/rc/main.c1
1 files changed, 1 insertions, 0 deletions
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();