top | item 9255484 (no title) michaelx386 | 11 years ago Would zsh still protect me if the script explicitly uses Bash (i.e. #!/bin/bash)? Sorry if this is a dumb question, I'm unsure how shells work when calling other kinds of shell scripts. discuss order hn newest phireal|11 years ago No. If the script has the #! set as /bin/bash, then it will run as bash.
phireal|11 years ago