From 50651aeea17fb665b79f63496fd39ad623d9db5f Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Fri, 30 Oct 2020 18:30:53 +0200 Subject: [PATCH] Mollify shellcheck --- abra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra b/abra index 81c800e..b9c779d 100755 --- a/abra +++ b/abra @@ -320,7 +320,7 @@ load_custom_commands() { fi if [ -f "$APP_DIR/abra-commands.sh" ]; then - # shellcheck disable=SC1090 + # shellcheck disable=SC1090,SC1091 source "$APP_DIR/abra-commands.sh" fi }