diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index 70e0c37ef..31c16a60e 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -217,7 +217,7 @@ sub getConfig } } elsif ($type eq "Varible") { ##NODE_BLOCK## - if($line =~ /(\w+)\s*=\s*([\w\.\-\/]+)/) { + if($line =~ /(\w+)\s*=\s*([\w\.\-\+\/]+)/) { $config{var}{$1} = $2; } }