]> andersk Git - moira.git/blobdiff - gen/passwd.sh
Diane Delgado's changes for a fixed table-locking order
[moira.git] / gen / passwd.sh
index 9a3c71c94ff88c3ac1fea06a5771e8470bae656a..8338933b5e2f8c0f3a26dfb500309501aa65ef9d 100644 (file)
@@ -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$
This page took 0.033793 seconds and 4 git commands to generate.