Properly error out if something goes wrong rather than ploughing ahead
anyway. --HG-- branch : dtrg-experimental-powerpc
This commit is contained in:
parent
bcfb3d802f
commit
99d7f513f2
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
em_table=$1
|
em_table=$1
|
||||||
h=${2-.}
|
h=${2-.}
|
||||||
|
|
Loading…
Reference in a new issue