Merge pull request #1040 from pmoranga/fix_trap_subshell

Fix execution of trap DEBUG on subshells
pull/1048/head
Nils Winkler 2017-09-25 10:12:00 +02:00 committed by GitHub
commit 5a92d26cab
1 changed files with 3 additions and 0 deletions

View File

@ -91,3 +91,6 @@ if [ -e "$HOME/.jekyllconfig" ]
then then
. "$HOME/.jekyllconfig" . "$HOME/.jekyllconfig"
fi fi
# Disable trap DEBUG on subshells - https://github.com/Bash-it/bash-it/pull/1040
set +T