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
|
declare -f -F $1 > /dev/null
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
export -f function_exists
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user