remove 'return' line from monkeysphere that was errantly not removed in the previous...
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 21 Feb 2009 20:10:57 +0000 (15:10 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Sat, 21 Feb 2009 20:10:57 +0000 (15:10 -0500)
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"