Skip to content

Commit

Permalink
Merge pull request #22 from guyboltonking/gbk-remove-export-shellopts
Browse files Browse the repository at this point in the history
Don't export SHELLOPTS
  • Loading branch information
dantesun authored Oct 13, 2021
2 parents 003c3a5 + ce45da2 commit 173943b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ DEBUG="${DEBUG:-0}"
if [[ "${DEBUG}" == 1 ]]; then
set -x
fi
export SHELLOPTS

readonly INFO_COLOR='\033[1;96m'
readonly NO_COLOR='\033[0m' # No Color
Expand Down

1 comment on commit 173943b

@mkw
Copy link

@mkw mkw commented on 173943b Apr 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue this fixes burned a few hours of debugging nested shell scripts today. Any chance it could get released?

Please sign in to comment.