Skip to content

Commit da770cf

Browse files
committed
update setup_platform.sh to use errexit flag, set -ex
1 parent a49168e commit da770cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/github/setup_platform.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -x
3+
set -ex
44

55
PLATFORM=$1
66

0 commit comments

Comments
 (0)