X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Fdeveloper%2Fscripts%2Fredeveloper.sh;h=85f6e28c855eab74afd0f6d032c5294f8bcf2826;hb=baf5d7c693e351bd775114380dc0111bc3e4028e;hp=eeb0fbcbe31375791d1da99383b4ec7b65ada816;hpb=9f3e83fc4e946639c89eeb37b54c21ecc4f40425;p=feisty_meow.git diff --git a/scripts/customize/developer/scripts/redeveloper.sh b/scripts/customize/developer/scripts/redeveloper.sh index eeb0fbcb..85f6e28c 100644 --- a/scripts/customize/developer/scripts/redeveloper.sh +++ b/scripts/customize/developer/scripts/redeveloper.sh @@ -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