feat: adds -x to all scripts

This commit is contained in:
Kobi Gurkan
2019-05-09 13:14:22 +03:00
parent 1e83b6c846
commit 9694a84b54
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash -ex
mkdir -p ../build
cd ../build

View File

@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash -ex
mkdir -p ../build
cd ../build