From 811f2c8808a538e30d715fd5270962313c8d7311 Mon Sep 17 00:00:00 2001 From: Ivy Date: Mon, 29 Jul 2024 20:39:31 +0200 Subject: [PATCH] feat `blueprint.sh`: add fixme --- blueprint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blueprint.sh b/blueprint.sh index b9ef3db..c4a5c8b 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -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 \ No newline at end of file +exit 0