K 10 svn:author V 6 jilles K 8 svn:date V 27 2013-04-12T15:19:35.806623Z K 7 svn:log V 200 sh: Don't modify exit status when break/continue/return passes !. This matches what would happen if ! P were to be replaced with if P; then false; else true; fi. Example: f() { ! return 0; }; f END