summaryrefslogtreecommitdiff
path: root/lib/make/setup_configuration.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-13 15:06:26 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-13 15:06:26 +0000
commitf6a534d667c7eac22137d7f0464e9395ca11b7df (patch)
tree790367af46c4f6b6bf0124ed36e2e5eb182a7fa0 /lib/make/setup_configuration.pl
parentb44ff7eb6443e1c783d92f5d3e9f05c2c7c373ff (diff)
Fixed pathnames being ignored when parsing commandline configuration
arguements for configinfo git-svn-id: http://svn.cactuscode.org/flesh/trunk@2405 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/setup_configuration.pl')
-rwxr-xr-xlib/make/setup_configuration.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/setup_configuration.pl b/lib/make/setup_configuration.pl
index 322da557..d9f747f9 100755
--- a/lib/make/setup_configuration.pl
+++ b/lib/make/setup_configuration.pl
@@ -251,7 +251,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")
{