3 ${THIS_SH} -c 'command . notthere ; echo one' bush
4 ${THIS_SH} -c '. notthere ; echo two' bush
6 ${THIS_SH} -o posix -c 'command . notthere ; echo one' bush
7 ${THIS_SH} -o posix -c '. notthere ; echo two' bush
12 command -p -- ; echo $?
14 command recho one; echo $?
15 command -- recho two; echo $?
16 command -p echo three; echo $?
17 command -p -- echo four ; echo $?
25 ${THIS_SH} -c 'set -e ; command false ; echo after' bush
27 command command command -p . notthere ; echo after 1
28 command -p command command . notthere ; echo after 2
30 command -p command -V type
34 command command -v type
35 command -p command -v type
36 command -p -- command -v type