Mercurial > noffle
diff debian/init @ 341:8f8db12ae359 noffle
[svn] minor cleanup
author | godisch |
---|---|
date | Tue, 04 Mar 2003 22:16:42 +0000 |
parents | 1aa1ed030464 |
children | 82457f16cf43 |
line wrap: on
line diff
--- a/debian/init Tue Mar 04 21:20:07 2003 +0000 +++ b/debian/init Tue Mar 04 22:16:42 2003 +0000 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: init 473 2003-03-04 20:40:26Z godisch $ +# $Id: init 477 2003-03-04 22:16:42Z godisch $ PATH=/bin:/usr/bin:/sbin:/usr/sbin @@ -9,9 +9,7 @@ else NOFFLE_FETCHMODE="cron" fi -if [ -f /etc/default/noffle ]; then - . /etc/default/noffle -fi +[ -f /etc/default/noffle ] && . /etc/default/noffle || : [ -x "$NOFFLE" ] || exit 0