From 749f748ae6ded6e229214d2dddf3c45482bffbd3 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 27 Jan 2017 02:32:55 +0300 Subject: Add support for test command pipe, expression and command-if --- build2/test/script/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/test/script/script') diff --git a/build2/test/script/script b/build2/test/script/script index 90b71bf..e528cdd 100644 --- a/build2/test/script/script +++ b/build2/test/script/script @@ -301,7 +301,7 @@ namespace build2 struct expr_term { - expr_operator op; // Ignored for the first term. + expr_operator op; // OR-ed to an implied false for the first term. command_pipe pipe; }; -- cgit v1.1