> Upstart runs all shell scripts with "set -e" by default.

So what if the script is *not* run by upstart, but by somebody trying to figure 
out why things work (or not)?
If you need to assume that a piece of shell code is executed with -e being set, 
add a set -e before that piece of code. Don't assume it will be called with sh 
-e...

-- 
init: support mandatory arguments, or prevent starting of tasks without any 
arguments
https://bugs.launchpad.net/bugs/557177
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to