Skip to content

Commit

Permalink
Update cmdline.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 17, 2024
1 parent 8efcf23 commit cc51b0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmdline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ if test "${A5K_FUNCTIONS_INCLUDED:-false}" = 'false'; then
unset __QUOTED_PARAMS

if test "${_run_strategy}" = 'source'; then
. "${_main_dir}/includes/common.sh" "${@}" || return "${?}"
env
. "${_main_dir}/includes/common.sh" "${@}" || return "${?}"
#env
elif test "${_run_strategy}" = 's-opt'; then
# shellcheck disable=SC2086 # Ignore: Double quote to prevent globbing and word splitting
exec "${__SHELL_EXE}" ${_applet} -s -c ". '${_main_dir}/includes/common.sh' || exit \${?}" "${_applet:-${0-}}" "${@}"
Expand Down

0 comments on commit cc51b0f

Please sign in to comment.