From 851c08340b59bc5d5bdd3e2aaf5ead5d3aaa5aef Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:14:27 +0200 Subject: [PATCH] Update cmdline.sh --- cmdline.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmdline.sh b/cmdline.sh index 656e8473..62e34fc6 100755 --- a/cmdline.sh +++ b/cmdline.sh @@ -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-}}" "${@}"