-Fix unbalanced parantheses

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6166 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-05-19 12:52:52 +00:00
parent 24919c164f
commit 6498f08699

View File

@ -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;