Properly error out if something goes wrong rather than ploughing ahead

anyway.

--HG--
branch : dtrg-experimental-powerpc
This commit is contained in:
David Given 2013-05-09 11:20:36 +01:00
parent bcfb3d802f
commit 99d7f513f2

View file

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
set -e
em_table=$1 em_table=$1
h=${2-.} h=${2-.}