From 6498f086994d477c5b4fbaa034cffa92cf89eb7f Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 19 May 2010 12:52:52 +0000 Subject: [PATCH] -Fix unbalanced parantheses git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6166 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index 3db5c1ceb..12186cb48 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -905,7 +905,7 @@ sub runcmd3 { #a proper runcmd that indpendently returns stdout, stderr, pid and } close($cmdin); my @handles; - while ($cmdsel->count())) { + while ($cmdsel->count()) { @handles = $cmdsel->can_read(); foreach (@handles) { my $line;