]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - parse.y
commit bash-20100204 snapshot
[thirdparty/bash.git] / parse.y
diff --git a/parse.y b/parse.y
index 3edf7cceca9355f0dfdda86e6102bb5e15474f7e..bc21e0e7eb5b76043d8889a3ed11b16a769ca4a3 100644 (file)
--- a/parse.y
+++ b/parse.y
@@ -1957,6 +1957,7 @@ read_a_line (remove_quoted_newline)
        }
       else if (c == '\\' && remove_quoted_newline)
        {
+         QUIT;
          peekc = yy_getc ();
          if (peekc == '\n')
            {