Merge pull request #24 from veber88/patch-1

Update bash.sh
This commit is contained in:
Julien Le Coupanec
2018-02-11 20:20:51 +01:00
committed by GitHub

View File

@@ -400,7 +400,7 @@ function errtrap {
echo "ERROR line $1: Command exited with status $es."
}
trap 'errtrap $LINENO' ERR # is run whenever a command in the surrounding script or function exists with non-zero status
trap 'errtrap $LINENO' ERR # is run whenever a command in the surrounding script or function exits with non-zero status
function dbgtrap {
echo "badvar is $badvar"