From b0bed0e1205f44ae73850fac521f9162f29adef5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 24 Oct 2016 16:11:50 +0300 Subject: Support >+ and <+ redirects in parser --- build2/test/script/script | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/test/script/script') diff --git a/build2/test/script/script b/build2/test/script/script index f1a3f50..639bba9 100644 --- a/build2/test/script/script +++ b/build2/test/script/script @@ -41,6 +41,7 @@ namespace build2 enum class redirect_type { none, + std, null, here_string, // Value is the string. here_document // Value is the document. -- cgit v1.1