1
0

export download function

This commit is contained in:
2022-07-09 22:59:39 +02:00
parent 1672f95f8b
commit bc84aa4dca

View File

@@ -19,6 +19,8 @@ function download () {
echo "${filename}" echo "${filename}"
} }
export -f download
# Directory to look for bootstrap executables in # Directory to look for bootstrap executables in
BOOTSTRAP_D="${BASH_SOURCE[0]}.d" BOOTSTRAP_D="${BASH_SOURCE[0]}.d"