]> andersk Git - moira.git/commitdiff
Ignore exit status of $loadprog for now.
authorzacheiss <zacheiss>
Tue, 3 Jul 2007 19:22:09 +0000 (19:22 +0000)
committerzacheiss <zacheiss>
Tue, 3 Jul 2007 19:22:09 +0000 (19:22 +0000)
gen/tsm.sh

index cbc66430900cd0365f53160c39ea9cb502b8c8f7..36a6d40d023ab454008a5ae35243a58106b4364a 100755 (executable)
@@ -27,8 +27,9 @@ fi
 
 $loadprog
 
-if [ $? != 0 ]; then
-    exit $MR_MKCRED
-fi
+# Ignore exit status from $loadprog for now.
+#if [ $? != 0 ]; then
+#    exit $MR_MKCRED
+#fi
 
 exit 0
This page took 0.035511 seconds and 5 git commands to generate.