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
|
||||
export WORKSPACE="$(pwd)"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue