e549487
From 5467b24cddaa4c5d108f98b8266fe787d778c9d0 Mon Sep 17 00:00:00 2001
e549487
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
e549487
Date: Sat, 24 Oct 2015 18:19:30 -0400
e549487
Subject: [PATCH] newlines
e549487
e549487
---
e549487
 job.c | 3 ++-
e549487
 1 file changed, 2 insertions(+), 1 deletion(-)
e549487
e549487
diff --git job.c job.c
e549487
index 2989249063..7e5bae2a56 100644
e549487
--- job.c
e549487
+++ job.c
e549487
@@ -3320,13 +3320,14 @@ construct_command_argv_internal (char *line, char **restp, const char *shell,
Petr Machata 8105161
 #endif
7b4e48e
             if (PRESERVE_BSNL)
7b4e48e
               {
7b4e48e
-                *(ap++) = '\\';
7b4e48e
+                *(ap++) = '\'';
7b4e48e
                 /* Only non-batch execution needs another backslash,
7b4e48e
                    because it will be passed through a recursive
7b4e48e
                    invocation of this function.  */
7b4e48e
                 if (!batch_mode_shell)
7b4e48e
                   *(ap++) = '\\';
7b4e48e
                 *(ap++) = '\n';
7b4e48e
+                *(ap++) = '\'';
7b4e48e
               }
7b4e48e
             ++p;
7b4e48e
             continue;
e549487
-- 
e549487
2.5.0
e549487