summaryrefslogtreecommitdiff
path: root/src/monkeysphere
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-21 15:10:57 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-21 15:10:57 -0500
commitdbb8acd9a45eb2b9f3f412b98d6a777d39b368ac (patch)
treea2ae77115e5a9e4bcdf2fb24ae1b05682d055644 /src/monkeysphere
parentff8383ce9092335de6c00447bb45a2a7fbbf8685 (diff)
remove 'return' line from monkeysphere that was errantly not removed in the previous commit.
Diffstat (limited to 'src/monkeysphere')
-rwxr-xr-xsrc/monkeysphere4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkeysphere b/src/monkeysphere
index b30453c..0d8f4ff 100755
--- a/src/monkeysphere
+++ b/src/monkeysphere
@@ -12,6 +12,8 @@
# or later.
########################################################################
+set -e
+
PGRM=$(basename $0)
SYSSHAREDIR=${MONKEYSPHERE_SYSSHAREDIR:-"/usr/share/monkeysphere"}
@@ -251,5 +253,3 @@ case $COMMAND in
Type '$PGRM help' for usage."
;;
esac
-
-exit "$RETURN"