diff --git a/Scripts/Functions/cli.sh b/Scripts/Functions/cli.sh index 4cdb9ae..5c1ba28 100644 --- a/Scripts/Functions/cli.sh +++ b/Scripts/Functions/cli.sh @@ -103,9 +103,9 @@ function cli { # Check text editor execution rights. cli_checkFiles $EDITOR --execution - # Go for function initialization. Keep the cli_getFunctions + # Go for function initialization. Keep the cli_exportFunctions # function calling after all variables and arguments definitions. - cli_getFunctions "${FUNCDIR}/${FUNCDIRNAM}" + cli_exportFunctions "${FUNCDIR}/${FUNCDIRNAM}" # Execute function. eval $FUNCNAM