Comment 24 for bug 134692

Revision history for this message
yop (yop) wrote : Re: [Bug 134692] Re: updatedb cron job should make use of ionice

ah ok thanks.

On Nov 13, 2007 1:01 AM, dAniel hAhler <email address hidden> wrote:

> yop, please note that {$NICE:-10} (which I've used in most places in my
> patches) is actually a typo/wrong!
> ${NICE:-10} is correct (and Kees has fixed it already).
>
> "echo ${FOO:-10}" results in 10, if $FOO is not set, if you want to get
> "-10" as default, you would actually have to use ${FOO:--10}. The ":-"
> appears to be the syntax for "default".
>
> So, this seems to be fine - except for the typo.. ;)
>
> --
> updatedb cron job should make use of ionice
> https://bugs.launchpad.net/bugs/134692
> You received this bug notification because you are a direct subscriber
> of the bug.
>