Skip to content

Commit 2d018ec

Browse files
Complain if scripts/distribution_apple.sh fails. (#4622)
1 parent b948641 commit 2d018ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/distribution_apple.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -euxo pipefail
4+
35
if [ -d "./Library" ];
46
then rm -rf "./Library";
57
fi

0 commit comments

Comments
 (0)