X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/4a3eecb84f60108b213adfe053db559b916bd624..dcfa270ac1d2f55eb793c4da4bbd555903a88b09:/gen/passwd.sh diff --git a/gen/passwd.sh b/gen/passwd.sh index 8e03ba1f..8338933b 100644 --- a/gen/passwd.sh +++ b/gen/passwd.sh @@ -1,10 +1,13 @@ #!/bin/sh -SMS_MKCRED=47836474 + +PATH=/bin:/usr/ucb:/usr/bin +MR_MKCRED=47836474 + /site/lookup/db_update if [ $? != 0 ]; then - exit $SMS_MKCRED + exit $MR_MKCRED fi -/bin/rm -f $0 +rm -f $0 exit 0 # $Header$