build_iwd.sh should fail on any errors.
parent
c7039884e1
commit
cea89c1927
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue