Merge pull request #1040 from pmoranga/fix_trap_subshell
Fix execution of trap DEBUG on subshells
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user