Blame SOURCES/make-4.2-weird-shell.patch

f36cf9
diff -Nrup a/job.c b/job.c
f36cf9
--- a/job.c	2016-05-21 16:22:32.000000000 -0400
f36cf9
+++ b/job.c	2017-06-11 09:37:31.964954015 -0400
f36cf9
@@ -2561,7 +2561,11 @@ construct_command_argv_internal (char *l
f36cf9
 
f36cf9
   /* See if it is safe to parse commands internally.  */
f36cf9
   if (shell == 0)
f36cf9
-    shell = default_shell;
f36cf9
+    {
f36cf9
+      shell = default_shell;
f36cf9
+      if (shellflags == 0)
f36cf9
+	shellflags = "-c";
f36cf9
+    }
f36cf9
 #ifdef WINDOWS32
f36cf9
   else if (strcmp (shell, default_shell))
f36cf9
   {