summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/main.c')
-rw-r--r--usr.bin/make/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index 1d65ffb..cbc2a30 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -785,6 +785,13 @@ main(int argc, char **argv)
* can be processed correctly */
Var_Init(environ); /* As well as the lists of variables for
* parsing arguments */
+
+ /*
+ * Initialize the Shell so that we have a shell for != assignments
+ * on the command line.
+ */
+ Shell_Init();
+
/*
* Initialize various variables.
* MAKE also gets this name, for compatibility
OpenPOWER on IntegriCloud