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 member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to