Re: sudo ignores child return code
"Todd C. Miller" <[email protected]>
| Newsgroups | gmane.comp.tools.sudo.devel |
|---|---|
| Message-ID | <[email protected]> |
I don't think this is a bug, the shell behaves the same way: $ cat test.sh #/bin/asdsadsa #useless script $ ./test.sh; echo $? 0 If the interpreter is not found, the script is passed through sh. - todd ____________________________________________________________ sudo-workers mailing list <[email protected]> For list information, options, or to unsubscribe, visit: https://www.sudo.ws/mailman/listinfo/sudo-workers