Skip to content

Commit 811c294

Browse files
committed
chore: minor changes
Signed-off-by: ale5000 <15793015+ale5000-git@users.noreply.github.com>
1 parent d7eed20 commit 811c294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmdline.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ if test "${A5K_FUNCTIONS_INCLUDED:-false}" = 'false'; then
102102
export LIB_FILENAME
103103

104104
if test "${_run_strategy}" = 'source'; then
105+
# shellcheck source=SCRIPTDIR/lib/main.lib.sh
105106
. "${_main_dir}/lib/${LIB_FILENAME}" "${@}" || return "${?}"
106107
elif test "${_run_strategy}" = 's-opt'; then
107108
# shellcheck disable=SC2086 # Ignore: Double quote to prevent globbing and word splitting

0 commit comments

Comments
 (0)