-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:
parent
24919c164f
commit
6498f08699
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user