From 99d7f513f28bdfc48454acbedc6265e6e9fbfa89 Mon Sep 17 00:00:00 2001 From: David Given Date: Thu, 9 May 2013 11:20:36 +0100 Subject: [PATCH] Properly error out if something goes wrong rather than ploughing ahead anyway. --HG-- branch : dtrg-experimental-powerpc --- util/data/new_table | 1 + 1 file changed, 1 insertion(+) diff --git a/util/data/new_table b/util/data/new_table index 58ce61441..c94958c8c 100755 --- a/util/data/new_table +++ b/util/data/new_table @@ -1,4 +1,5 @@ #!/bin/sh +set -e em_table=$1 h=${2-.} -- 2.34.1