From 193abe24c1be94b2010f6388462010de124d52f9 Mon Sep 17 00:00:00 2001 From: linggao Date: Mon, 19 Apr 2010 19:17:35 +0000 Subject: [PATCH] bug fix for packimage git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5820 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/packimage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/packimage.pm b/xCAT-server/lib/xcat/plugins/packimage.pm index 1a4d877ef..b157b6c39 100644 --- a/xCAT-server/lib/xcat/plugins/packimage.pm +++ b/xCAT-server/lib/xcat/plugins/packimage.pm @@ -273,7 +273,7 @@ sub process_request { if ($includestr) { system("$includestr >> /tmp/xcat_packimg.txt"); } - $excludestr =~ "cat /tmp/xcat_packimg.txt|cpio -dump $temppath"; + $excludestr = "cat /tmp/xcat_packimg.txt|cpio -dump $temppath"; } elsif ($method =~ /nfs/) { $excludestr = "touch ../rootimg.nfs"; } else {