X Strike Force SVN Repository Admin <[EMAIL PROTECTED]> wrote:
[...]
> Log:
> Stop passing -q to fgrep if we actually want output from it.  Duh.
> Thanks again to Filip Van Raemdonck.
[...]
>       observe "removing $dir directory from $ldsoconf"
> -      fgrep -qsvx "$dir" "$ldsoconf" > "$ldsoconf.dpkg-tmp"
> +      fgrep -svx "$dir" "$ldsoconf" > "$ldsoconf.dpkg-tmp"
>       mv "$ldsoconf.dpkg-tmp" "$ldsoconf"
>     fi
>   fi

As noted by Filip Van Raemdonck in #233645 you'll also need to add
'|| true'.

Otherwise if $ldsoconf contains _only_ $dir then
'fgrep -svx "$dir" "$ldsoconf' will return an error and the script will
exit prematurely.

BTW Thanks for the work.
              cu andreas

Reply via email to