BTS

Message2162

Author mika
Recipients ft
Date 2009-04-07.13:05:22
Content
* Frank Terbeck <bts@bts.grml.org> [20090407 13:56]:

> I've got some issues with grml-policy:
>   a) It's incomplete. No news here.

ACK

>   b) I don't see how -z is any clearer than -n in shell tests.

It's not the -z/-n itself but the else:

if foo ; then
   $short_part
else
   $long_part
fi

instead of:

if foo ; then
   $long_part
else
   $short_part
fi

>   c) We don't use mercurial anymore. Examples need to be about git.

ACK :)

regards,
-mika-
History
Date User Action Args
2009-04-07 13:05:22mikasetrecipients: + ft
2009-04-07 13:05:22mikalinkissue660 messages
2009-04-07 13:05:22mikacreate