From fa60d72e64707fc775c3ac560c16ea9c665a8fb1 Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Mon, 19 Sep 2016 13:08:49 -0400 Subject: [PATCH] Modify "while" to "white" --- xCAT-server/lib/xcat/plugins/kit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/kit.pm b/xCAT-server/lib/xcat/plugins/kit.pm index 4264c447c..acee2e98e 100644 --- a/xCAT-server/lib/xcat/plugins/kit.pm +++ b/xCAT-server/lib/xcat/plugins/kit.pm @@ -1268,7 +1268,7 @@ sub addkit xCAT::MsgUtils->message("I", \%rsp, $callback); } - #avoid while space in the dir name + #avoid white space in the dir name $kit =~ s/(\s)/\\$1/g; $rc = system("tar jxvf $kit -C /tmp/tmpkit/");