From 3f05f021da2e810e9266b4ded9d469a2a11ebba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Mon, 25 Jun 2012 15:34:17 +0000 Subject: [PATCH] Fixed a bug in Boost Jam's UPDATE_NOW builtin rule causing it to disable the -q option when requested to disable the -n option. This was also causing the -q option to be permanently disabled when requested to disable both -q & -n options. [SVN r79084] --- src/engine/builtins.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/engine/builtins.c b/src/engine/builtins.c index 36b70c15a..87bb1494e 100644 --- a/src/engine/builtins.c +++ b/src/engine/builtins.c @@ -1384,8 +1384,6 @@ LIST * builtin_update_now( FRAME * frame, int flags ) { original_noexec = globs.noexec; globs.noexec = 0; - original_quitquick = globs.quitquick; - globs.quitquick = 0; } if ( !list_empty( continue_ ) )