We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7eed20 commit 811c294Copy full SHA for 811c294
cmdline.sh
@@ -102,6 +102,7 @@ if test "${A5K_FUNCTIONS_INCLUDED:-false}" = 'false'; then
102
export LIB_FILENAME
103
104
if test "${_run_strategy}" = 'source'; then
105
+ # shellcheck source=SCRIPTDIR/lib/main.lib.sh
106
. "${_main_dir}/lib/${LIB_FILENAME}" "${@}" || return "${?}"
107
elif test "${_run_strategy}" = 's-opt'; then
108
# shellcheck disable=SC2086 # Ignore: Double quote to prevent globbing and word splitting
0 commit comments