From f65133ac11391754b007d59c27aa59ed58654a91 Mon Sep 17 00:00:00 2001 From: pmoranga Date: Fri, 15 Sep 2017 16:06:12 +0200 Subject: [PATCH] Fix execution of trap DEBUG on subshells --- bash_it.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash_it.sh b/bash_it.sh index 5581dd00..01acd5da 100755 --- a/bash_it.sh +++ b/bash_it.sh @@ -91,3 +91,5 @@ if [ -e "$HOME/.jekyllconfig" ] then . "$HOME/.jekyllconfig" fi + +set +T