feat blueprint.sh
: add fixme
This commit is contained in:
parent
ffc24c658c
commit
811f2c8808
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ export BLUEPRINT__VERSION=$VERSION
|
||||||
export BLUEPRINT__DEBUG="$FOLDER"/.blueprint/extensions/blueprint/private/debug/logs.txt
|
export BLUEPRINT__DEBUG="$FOLDER"/.blueprint/extensions/blueprint/private/debug/logs.txt
|
||||||
export NODE_OPTIONS=--openssl-legacy-provider
|
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.
|
# Check if the script is being sourced - and if so - load bash autocompletion.
|
||||||
if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
|
if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
|
||||||
_blueprint_completions() {
|
_blueprint_completions() {
|
||||||
|
@ -333,4 +334,4 @@ esac
|
||||||
|
|
||||||
shift 2
|
shift 2
|
||||||
Command "$*"
|
Command "$*"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue