modified error handling methods
[feisty_meow.git] / scripts / customize / developer / scripts / redeveloper.sh
index eeb0fbcbe31375791d1da99383b4ec7b65ada816..85f6e28c855eab74afd0f6d032c5294f8bcf2826 100644 (file)
@@ -11,10 +11,10 @@ function do_redeveloper()
 # than when it's just being sourced.
 if [[ $0 =~ .*redeveloper\.sh.* ]]; then
   source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
-  test_or_die "sourcing the feisty meow environment"
+  exit_on_error "sourcing the feisty meow environment"
   source "$FEISTY_MEOW_SCRIPTS/security/cool_permissionator.sh"
-  test_or_die "sourcing the permission script"
+  exit_on_error "sourcing the permission script"
   do_redeveloper
-  test_or_die "redevelopering process"
+  exit_on_error "redevelopering process"
 fi