Merge pull request #1040 from pmoranga/fix_trap_subshell

Fix execution of trap DEBUG on subshells
This commit is contained in:
Nils Winkler
2017-09-25 10:12:00 +02:00
committed by GitHub

View File

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