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,



-- 
Sébastien Luttringer
www.seblu.net

Reply via email to