You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #132 was caused by auto-generated popenv.sh scripts not warning about unset variables. Adding set -eu at the start of these scripts still allows them to be sh vs bash agnostic but ought to make them safer to use.
Issue #132 was caused by auto-generated
popenv.shscripts not warning about unset variables. Addingset -euat the start of these scripts still allows them to be sh vs bash agnostic but ought to make them safer to use.