From 9b3600d43481963a5a20df8b78dd4627b9063220 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 6 Jan 2002 12:19:32 +0000 Subject: Fixed bug in parsing for gmake -configinfo git-svn-id: http://svn.cactuscode.org/flesh/trunk@2572 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/setup_configuration.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/make/setup_configuration.pl') diff --git a/lib/make/setup_configuration.pl b/lib/make/setup_configuration.pl index ee468246..05be7037 100755 --- a/lib/make/setup_configuration.pl +++ b/lib/make/setup_configuration.pl @@ -256,7 +256,7 @@ sub SetConfigureEnv $commandline = $ENV{"MAKEFLAGS"}; $used_commandline = 0; - while ($commandline =~ /^(.*)\s+(\w*)\s*=\s*([_\-\.\w\\\/\s]*)\s*$/) + while ($commandline =~ /^(.*)\s+(\w*)\s*=\s*([_+\-\.\w\\\/\s]*)\s*$/) { if ($2 ne "options") { -- cgit v1.2.3