Bash export ignores set -ex – unix.stackexchange.com 07:48 Posted by Unknown No Comments I've run into some strange behaviour today: #!/bin/bash set -ex export a=$(cat foo) echo "It's a living thing" b=$(cat foo) echo "This won't make it" This won't stop on cat foo even though foo does ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Unknown
0 Comment to "Bash export ignores set -ex – unix.stackexchange.com"
Post a Comment