utils.sh: fixed missing export of function_exists
This commit is contained in:
@@ -15,6 +15,7 @@ function_exists() {
|
||||
declare -f -F $1 > /dev/null
|
||||
return $?
|
||||
}
|
||||
export -f function_exists
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user