From 47460b48e631260ecf0d6ce6ebb28a9147df270b Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 30 Oct 2012 03:04:24 +0000 Subject: [PATCH] Removing debug code. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14150 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/Postage.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/Postage.pm b/xCAT-server/lib/perl/xCAT/Postage.pm index 0e4f083a1..82558f6e2 100644 --- a/xCAT-server/lib/perl/xCAT/Postage.pm +++ b/xCAT-server/lib/perl/xCAT/Postage.pm @@ -788,7 +788,6 @@ sub makescript push @scriptd, "# osimage-postbootscripts-start-here\n"; foreach my $n (split(/,/, $ips)) { -`echo $n > /tmp/scrips`; if ( $n =~ /^BASEXCAT_/ ) { push @xcatscripts, $n. "\n";