Fix all Shellcheck SC2230 violations.

pull/143/head
Ben Peachey 3 years ago committed by Joseph Werle
parent ef99e9550d
commit 427ad007be

@ -6,7 +6,7 @@ if ! type -f bpkg-utils &>/dev/null; then
echo "error: bpkg-utils not found, aborting"
exit 1
else
# shellcheck source=../utils/utils.sh
# shellcheck disable=SC2230 shellcheck source=../utils/utils.sh
source "$(which bpkg-utils)"
fi

@ -6,7 +6,7 @@ if ! type -f bpkg-utils &>/dev/null; then
echo "error: bpkg-utils not found, aborting"
exit 1
else
# shellcheck source=../utils/utils.sh
# shellcheck disable=SC2230 shellcheck source=../utils/utils.sh
source "$(which bpkg-utils)"
fi

@ -6,7 +6,7 @@ if ! type -f bpkg-utils &>/dev/null; then
echo "error: bpkg-utils not found, aborting"
exit 1
else
# shellcheck source=../utils/utils.sh
# shellcheck disable=SC2230 shellcheck source=../utils/utils.sh
source "$(which bpkg-utils)"
fi

Loading…
Cancel
Save