From: Jameson Graef Rollins Date: Sat, 21 Feb 2009 20:10:57 +0000 (-0500) Subject: remove 'return' line from monkeysphere that was errantly not removed in the previous... X-Git-Tag: monkeysphere_0.23~15^2~2 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=dbb8acd9a45eb2b9f3f412b98d6a777d39b368ac;p=monkeysphere.git remove 'return' line from monkeysphere that was errantly not removed in the previous commit. --- 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"