Project

General

Profile

Bug #7289

Updated by Janos Mattyasovszky over 8 years ago

On a SLES10 SP2 system, the check-zypper-version tool calls zypper --version, which outputs the version on stderr, but it's supposed to be processed on stdout. 

 <pre> 
 vm102:~ # /usr/bin/zypper --version > /dev/null 
 zypper 0.6.104 
 vm102:~ # /usr/bin/zypper --version 2> /dev/null 
 vm102:~ # 
 </pre>

Back