From: zacheiss Date: Tue, 3 Jul 2007 19:22:09 +0000 (+0000) Subject: Ignore exit status of $loadprog for now. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/41ecb0f6e2cc3e9b4d29aad9672b8b39c70c4b95 Ignore exit status of $loadprog for now. --- diff --git a/gen/tsm.sh b/gen/tsm.sh index cbc66430..36a6d40d 100755 --- a/gen/tsm.sh +++ b/gen/tsm.sh @@ -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