diff --git a/bin/git-commit-filetree b/bin/git-commit-filetree index b0e2a7f..9812836 100755 --- a/bin/git-commit-filetree +++ b/bin/git-commit-filetree @@ -13,7 +13,7 @@ # Nishant Rodrigues # -set -e +set -e -o pipefail SUBDIRECTORY_OK=1 . "$(git --exec-path)/git-sh-setup"