export more functions (can be used un subshell or interactive internal shell)

This commit is contained in:
levasseur
2021-09-21 14:50:06 +02:00
parent fc2cecab82
commit dd51a48869
3 changed files with 5 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ load_configuration()
}
export -f load_configuration
# ------------------------------------------------------------------------------
# Do deeper command line analysis to detect unconsistancies
process_commandline_and_vars()
@@ -196,4 +197,3 @@ process_commandline_and_vars()
export -f process_commandline_and_vars
# EOF