creating file in koji allowed?

Ralf Ertzinger fedora at camperquake.de
Fri Feb 26 10:14:53 UTC 2010


Hi.

On Thu, 25 Feb 2010 22:29:21 +0100, Thomas Spura wrote:


> Here is the snipped, I intend to use:
> """
> %{_mpich2_load}
> 
> # create ~/.mpd.conf, if it does not yet exist
> if [ -e ~/.mpd.conf ]; then
>     # working locally, don't delete ~/.mpd.conf
>     DONT_DEL="TRUE"
> else
>     DONT_DEL="FALSE"

This is totally unrelated to your question, but could you consider not using
double negatives for this variable? It makes the script harder to read, IMHO.


More information about the devel mailing list