Skip to content

Commit 49a06e0

Browse files
committed
debug: Use set -ex for debugging #653
1 parent 1840526 commit 49a06e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/deploy-master.sh

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

3-
set -e
3+
set -ex
44

55
dir=$1 ; shift
66

0 commit comments

Comments
 (0)