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
IFS=$'\n\t' # Inspired by http://redsymbol.net/articles/unofficial-bash-strict-mode/. Meant as a safety net. You should still quote variable expansions.
function err_trap_func () {
exit_status="$?"
echo "Exiting with status \"$exit_status\" due to command \"$BASH_COMMAND\" (call stack: line(s) $LINENO ${BASH_LINENO[*]} in $0)"