src/utils/qa/getChromFieldName.csh 1.4

1.4 2009/05/12 23:00:50 kuhn
added exit after error detect. thanks, brooke.
Index: src/utils/qa/getChromFieldName.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/getChromFieldName.csh,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/utils/qa/getChromFieldName.csh	11 May 2009 03:44:41 -0000	1.3
+++ src/utils/qa/getChromFieldName.csh	12 May 2009 23:00:50 -0000	1.4
@@ -31,8 +31,9 @@
 
 set split=`getSplit.csh $db $table`
 if ( $status ) then
   echo "problem in getSplit.csh"
+  exit 1
 endif
 if ( $split != "unsplit" ) then
   set table="${split}_$table"
 endif