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 cebc31c commit 851c083
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmdline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ if test "${A5K_FUNCTIONS_INCLUDED:-false}" = 'false'; then
unset __QUOTED_PARAMS

if test "${_run_strategy}" = 'source'; then
env | sort
. "${_main_dir}/includes/common.sh" "${@}" || return "${?}"
#env | sort
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 851c083

Please sign in to comment.