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