From cc51b0fd85a56546f66aba7e3f193176d1320ac5 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:04:43 +0200 Subject: [PATCH] Update cmdline.sh --- cmdline.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmdline.sh b/cmdline.sh index 5bf633a7..c0db3120 100755 --- a/cmdline.sh +++ b/cmdline.sh @@ -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-}}" "${@}"