"expand" should print to SDTOUT instead of STDERR

Other ssh commands where fixed in 15475f666c,
but "expand" was somehow missed.

Signed-off-by: Teemu Matilainen <teemu.matilainen@reaktor.fi>
This commit is contained in:
Teemu Matilainen 2010-01-28 22:18:12 +02:00
parent 716681a0ce
commit 9c171d166d

View file

@ -245,7 +245,7 @@ sub expand_wild
# you need a minimum of "R" access to the regex we're talking about
next unless $repos{$repo}{R}{'@all'} or $repos{$repo}{R}{$user};
print STDERR "($creater)\t$actual_repo\n";
print "($creater)\t$actual_repo\n";
}
}