Fix incorrect function export name.

pull/155/head
Ben Peachey 2 years ago committed by GitHub
parent 6da92da5f1
commit 6e824478fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -336,7 +336,7 @@ bpkg_init () {
## export or run
if [[ ${BASH_SOURCE[0]} != "$0" ]]; then
export -f bpkg-init
export -f bpkg_init
else
bpkg_init "${@}"
exit $?

Loading…
Cancel
Save