Skip to content

Commit 270a31a

Browse files
committed
Set execution bit for assert-unchanged.sh
*facepalm*
1 parent c70a286 commit 270a31a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/assert-unchanged.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Assert that there are no changes in a given directory compared to HEAD.
44
# Expects a relative directory as the one and only argument.
55

6-
set -ex
6+
set -e
77

88
CHECK_DIR=$1
99

@@ -24,4 +24,4 @@ if [ $GIT_DIFF_HEAD_EXIT_CODE -ne 0 ] || [ -n "$UNTRACKED" ]; then
2424
exit 1
2525
fi
2626

27-
set +ex
27+
set +e

0 commit comments

Comments
 (0)