diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-22 12:16:32 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-22 12:16:32 -0500 |
commit | be6cca8523345c6a3a3e8cddce7d8954a2bf5a54 (patch) | |
tree | e397a98d0af8b23a638eb671f8ca323fefe7065f /src/monkeysphere-authentication | |
parent | e71c7bb4dff26178f714cd0fcdbb3058effa4066 (diff) |
fix some return code setting stuf that was no longer being used, and change name of return code variable in update_users, since all-caps variables should be reserved for global vars.
Diffstat (limited to 'src/monkeysphere-authentication')
-rwxr-xr-x | src/monkeysphere-authentication | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication index c009653..c5c48d5 100755 --- a/src/monkeysphere-authentication +++ b/src/monkeysphere-authentication @@ -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" |