Package: cyphesis-cpp Version: 0.5.13-2 Severity: normal File: /etc/init.d/cyphesis-cpp Tags: patch
This is a bashism (and thus a policy violation):
$ grep -nH == /etc/init.d/cyphesis-cpp
/etc/init.d/cyphesis-cpp:29: if test "$?" == "0" ;
It can easily be fixed by changing == to =.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

