Load custom commands from $ABRA_STACK_DIR too
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2020-09-28 15:02:18 +02:00
parent 7223dca951
commit 8735362580
1 changed files with 5 additions and 0 deletions

5
abra
View File

@ -147,6 +147,11 @@ if [ -f abra-commands.sh ]; then
source abra-commands.sh
fi
if [ -f "$ABRA_STACK_DIR/abra-commands.sh" ]; then
# shellcheck disable=SC1090
source "$ABRA_STACK_DIR/abra-commands.sh"
fi
###### Global help
sub_help() {