From 51414a9bc42a3168787e2573fdf892b80c13abac Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 24 Dec 2015 20:44:59 +0000 Subject: [PATCH] Changed core functions names --- functions/core_functions.sh | 6 +++--- functions/core_messages.sh | 5 +---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/functions/core_functions.sh b/functions/core_functions.sh index c684c97af..ce5ea996e 100644 --- a/functions/core_functions.sh +++ b/functions/core_functions.sh @@ -122,7 +122,7 @@ functionfile="${FUNCNAME}" fn_runfunction } -fn_getopt(){ +core_getopt.sh(){ functionfile="${FUNCNAME}" fn_runfunction } @@ -137,7 +137,7 @@ functionfile="${FUNCNAME}" fn_runfunction } -fn_messages(){ +core_messages.sh(){ functionfile="${FUNCNAME}" fn_runfunction } @@ -320,4 +320,4 @@ fn_runfunction } # Calls on-screen messages -fn_messages +core_messages.sh diff --git a/functions/core_messages.sh b/functions/core_messages.sh index c33e466d0..a8d55cb5b 100644 --- a/functions/core_messages.sh +++ b/functions/core_messages.sh @@ -145,7 +145,4 @@ fn_printokeol(){ # FAIL for end of line fn_printfaileol(){ echo -e "\e[0;31mFAIL\e[0m\n" -} - -getopt=$1 -core_getopt.sh \ No newline at end of file +} \ No newline at end of file