From 2bddb8f98e59b487fcbebf1b5a4d573bb5837f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sat, 25 Aug 2012 02:55:00 +0000 Subject: [PATCH] Boost Jam cleanup - minor stylistic change. [SVN r80187] --- v2/engine/build.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2/engine/build.jam b/v2/engine/build.jam index dee3f1c08..b44d16003 100644 --- a/v2/engine/build.jam +++ b/v2/engine/build.jam @@ -746,7 +746,8 @@ if $(UNIX) = true { actions [YACC] { } } if $(grammar) && ! $(yacc) { - EXIT "Could not find the 'yacc' tool, and therefore can not build the grammar." ; + EXIT Could not find the 'yacc' tool, and therefore can not build the + grammar. ; } if $(grammar) && $(yacc) {