summaryrefslogtreecommitdiff
path: root/functions/exit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/exit.sh')
-rwxr-xr-xfunctions/exit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/exit.sh b/functions/exit.sh
index 31d82a14d..0aa334a5c 100755
--- a/functions/exit.sh
+++ b/functions/exit.sh
@@ -56,8 +56,8 @@ Exit ()
return ${VALUE}
}
-Setup_cleanup ()
+Setup_clean_exit ()
{
- Echo_message "Setting up cleanup function"
+ Echo_message "Setting up clean exit handler"
trap 'Exit' EXIT HUP INT QUIT TERM
}