2d4dfd6
diff -Nrup a/job.c b/job.c
2d4dfd6
--- a/job.c	2014-02-03 18:23:45.936436714 -0500
2d4dfd6
+++ b/job.c	2014-02-04 00:17:53.232074893 -0500
2d4dfd6
@@ -3269,13 +3269,14 @@ construct_command_argv_internal (char *l
2d4dfd6
 #endif
2d4dfd6
             if (PRESERVE_BSNL)
2d4dfd6
               {
2d4dfd6
-                *(ap++) = '\\';
2d4dfd6
+                *(ap++) = '\'';
2d4dfd6
                 /* Only non-batch execution needs another backslash,
2d4dfd6
                    because it will be passed through a recursive
2d4dfd6
                    invocation of this function.  */
2d4dfd6
                 if (!batch_mode_shell)
2d4dfd6
                   *(ap++) = '\\';
2d4dfd6
                 *(ap++) = '\n';
2d4dfd6
+                *(ap++) = '\'';
2d4dfd6
               }
2d4dfd6
             ++p;
2d4dfd6
             continue;