From a4020b69481eae99f92edf7f6124d04e577ed693 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 29 2011 15:12:56 +0000 Subject: Update `tuneup.sh': - Replace function invocation from `tuneup_getOptions' to `${CLI_FUCNAME}_getOptions'. --- diff --git a/Scripts/Functions/Tuneup/tuneup.sh b/Scripts/Functions/Tuneup/tuneup.sh index 029d05b..8efd72b 100755 --- a/Scripts/Functions/Tuneup/tuneup.sh +++ b/Scripts/Functions/Tuneup/tuneup.sh @@ -43,7 +43,7 @@ function tuneup { local TUNEUP_EXTENSIONS='svg xhtml sh' # Interpret arguments and options passed through command-line. - tuneup_getOptions + ${CLI_FUNCNAME}_getOptions # Redefine positional parameters using ARGUMENTS. At this point, # option arguments have been removed from ARGUMENTS variable and