Build with set -x to get debug output.

This commit is contained in:
James Westby
2016-09-08 10:24:41 +01:00
parent a3884552f3
commit af15d6de65
+1
View File
@@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -u
set -x
ROOT=$(cd $(dirname $0) && pwd)