We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5a0ea commit 2afb8bbCopy full SHA for 2afb8bb
scripts/diff-match/for-multi.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
set -x
4
-trap 'echo "Script exited with code $? at line $LINENO"' EXIT
+trap 'echo "Script exited with code $? at line $LINENO"; exit 1' ERR
5
6
base_branch="$1"
7
head_branch="$2"
0 commit comments