retry icon indicating copy to clipboard operation
retry copied to clipboard

verify shell being run

Open kadwanev opened this issue 9 years ago • 0 comments

Something funny going on.

Retried script has shebang forcing bash, but if the shell uses bash specific features, it looks like dash is being run. Specificially set -o pipefail so the way it's being run might not be honoring the shebang.

kadwanev avatar Jul 24 '15 18:07 kadwanev