From 1bf53a2a84509b05ffd7281466d5c201aef014b4 Mon Sep 17 00:00:00 2001 From: junxiawang Date: Fri, 10 Jul 2015 03:35:40 -0400 Subject: [PATCH] modify xcattest for ubuntu 14.04.2 --- xCAT-test/xcattest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }