On Sun, Jun 26, 2011 at 9:51 PM, Kurt J. Bosch <[email protected]> wrote: > Seblu, 2011-06-26 21:24: >> >> On Sun, Jun 26, 2011 at 8:00 PM, Kurt J. Bosch >> <[email protected]> wrote: >>> >>> --- >>> functions | 2 +- >>> 1 files changed, 1 insertions(+), 1 deletions(-) >>> >>> diff --git a/functions b/functions >>> index 9374827..43414c0 100644 >>> --- a/functions >>> +++ b/functions >>> @@ -178,7 +178,7 @@ in_array() { >>> >>> add_daemon() { >>> [[ -d /run/daemons ]] || /bin/mkdir -p /run/daemons >>> -> /run/daemons/"$1" >>> +>| /run/daemons/"$1" >>> } >>> >>> rm_daemon() { >>> -- >>> 1.7.1 >> >> Why you "never" make a message about your commit which explain why you >> choose to do this? I don't see why adding a clubber will fix >> something. >> >> Regards, >> > At least it fixes consistency.
In this cases, this patch is incomplete and it could be done in others place in scripts. -- Sébastien Luttringer www.seblu.net
