aboutsummaryrefslogtreecommitdiff
path: root/libbuild2
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2')
-rw-r--r--libbuild2/script/parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/script/parser.cxx b/libbuild2/script/parser.cxx
index 7989c20..a2e0819 100644
--- a/libbuild2/script/parser.cxx
+++ b/libbuild2/script/parser.cxx
@@ -2521,7 +2521,7 @@ namespace build2
stream_reader sr (
move (in), pipe,
- ops.whitespace (), ops.newline (), ops.exact (),
+ !ops.newline (), ops.newline (), ops.exact (),
dl, deadline_cmd,
ll);