BTS

Message1895

Author ft
Recipients maddi, mika
Date 2009-02-15.16:02:57
Content
Michael Prokop <bts@bts.grml.org>:
> Cool. thanks! Applied and pushed:

Nice, however:

+if is_installed "$PROG" 1>/dev/null 2>&1 ; then

is_installed() should never produce any output, so the redirection can
be dropped.

Regards, Frank
History
Date User Action Args
2009-02-15 16:02:57ftsetrecipients: + mika
2009-02-15 16:02:57ftlinkissue431 messages
2009-02-15 16:02:57ftcreate