build_iwd.sh should fail on any errors.

master
Icedream 2016-04-10 00:25:01 +02:00
parent c7039884e1
commit cea89c1927
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh -e
if [ -z "${WORKSPACE}" ]; then if [ -z "${WORKSPACE}" ]; then
export WORKSPACE="$(pwd)" export WORKSPACE="$(pwd)"
fi fi