diff options
Diffstat (limited to 'tests/dependency/recipe/testscript')
-rw-r--r-- | tests/dependency/recipe/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dependency/recipe/testscript b/tests/dependency/recipe/testscript index 36e0489..7616412 100644 --- a/tests/dependency/recipe/testscript +++ b/tests/dependency/recipe/testscript @@ -675,7 +675,7 @@ EOE : process-path-ex : { - config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) + config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode) mkdir build; cat <<EOI >=build/bootstrap.build; |