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