From 2a823f85e0a027db0bd9691c1653c3954af5b8ca Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Mon, 21 Nov 2011 19:54:52 -0500 Subject: fix bug in configuration --- environment/LocalConfig.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'environment') diff --git a/environment/LocalConfig.pm b/environment/LocalConfig.pm index 831a3a43..ca26253e 100644 --- a/environment/LocalConfig.pm +++ b/environment/LocalConfig.pm @@ -75,6 +75,7 @@ for my $config_key (keys %$CCONFIG) { die "Can't find HOST_REGEXP for $config_key" unless $re; if ($host =~ /$re/) { $senvironment_name = $config_key; + last; } } -- cgit v1.2.3