feat blueprint.sh: add fixme

This commit is contained in:
Ivy 2024-07-29 20:39:31 +02:00 committed by GitHub
parent ffc24c658c
commit 811f2c8808
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,7 @@ export BLUEPRINT__VERSION=$VERSION
export BLUEPRINT__DEBUG="$FOLDER"/.blueprint/extensions/blueprint/private/debug/logs.txt
export NODE_OPTIONS=--openssl-legacy-provider
# FIXME: $BLUEPRINT__FOLDER is undefined in bash, works in zsh
# Check if the script is being sourced - and if so - load bash autocompletion.
if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
_blueprint_completions() {
@ -333,4 +334,4 @@ esac
shift 2
Command "$*"
exit 0
exit 0