Merge pull request #1040 from pmoranga/fix_trap_subshell
Fix execution of trap DEBUG on subshellspull/1048/head
commit
5a92d26cab
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue