remove 'return' line from monkeysphere that was errantly not removed in the previous...
[monkeysphere.git] / src / monkeysphere
index b30453ca0ff46277b0d70ee23f39bdda5d59473d..0d8f4ff8011adb8882ee6f6a4b6b47212b02723d 100755 (executable)
@@ -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"