fix some return code setting stuf that was no longer being used, and change name...
[monkeysphere.git] / src / monkeysphere-authentication
index c00965342deed2babe03720e85cdef84ad674345..c5c48d591f84eba239e69a33ba539f86673f8e82 100755 (executable)
@@ -42,9 +42,6 @@ DATE=$(date -u '+%FT%T')
 # unset some environment variables that could screw things up
 unset GREP_OPTIONS
 
-# default return code
-RETURN=0
-
 ########################################################################
 # FUNCTIONS
 ########################################################################
@@ -211,5 +208,3 @@ case $COMMAND in
 Type '$PGRM help' for usage."
         ;;
 esac
-
-exit "$RETURN"