From fd82746ab55460732602330ecf65acef95902b39 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file ./xCAT-server/lib/xcat/plugins/genimage.pm --- xCAT-server/lib/xcat/plugins/genimage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/genimage.pm b/xCAT-server/lib/xcat/plugins/genimage.pm index 3a7364eb7..0b97fec64 100644 --- a/xCAT-server/lib/xcat/plugins/genimage.pm +++ b/xCAT-server/lib/xcat/plugins/genimage.pm @@ -196,7 +196,7 @@ sub process_request { $postinstall_filename = $ref_linuximage_tab->{'postinstall'}; if ($postinstall_filename ne "") { foreach my $rawfile (split ',', $postinstall_filename) { - my ($file,@args)=split(" ",$rawfile); + my ($file,@args)=split(" ",$rawfile); if (!-r $file) { $callback->({ error => ["The postinstall_filename specified \'$file\' does not exist!"], errorcode => [1] }); return 1;