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
They both have set -ex. Considering that they rely on the environment variable $LOCALE, how about adding set -u as well to error in case $LOCALE is not set at running time? i believe it is a fairly good safety resource.
The text was updated successfully, but these errors were encountered:
They both have
set -ex
. Considering that they rely on the environment variable $LOCALE, how about addingset -u
as well to error in case $LOCALE is not set at running time? i believe it is a fairly good safety resource.The text was updated successfully, but these errors were encountered: