We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7df63 commit 225232dCopy full SHA for 225232d
init
@@ -24,6 +24,9 @@ for lib in helpers logging filehandling git k8s test-utils; do
24
. "${BASH_LIB_DIR_RELATIVE}/${lib}/lib"
25
done
26
27
+# Export functions to subshells
28
+eval "$(declare -F | sed -e 's/-f /-fx /')"
29
+
30
# Export the absolute path
31
# shellcheck disable=SC2086
32
BASH_LIB_DIR="$(abs_path ${BASH_LIB_DIR_RELATIVE})"
0 commit comments