From 7e2346a6fbef8dfa74997739a761d4e7b4da07c7 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Sun, 3 Nov 2024 15:05:03 +0100 Subject: [PATCH] Update cmdline.sh --- cmdline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdline.sh b/cmdline.sh index d019a1c0..02c3b8cd 100755 --- a/cmdline.sh +++ b/cmdline.sh @@ -20,7 +20,7 @@ if test "${A5K_FUNCTIONS_INCLUDED:-false}" = 'false'; then if test -z "${MAIN_DIR-}" || test -z "${USER_HOME-}"; then # Avoid picturesque bugs on Bash under Windows - if test -x '/usr/bin/uname' && _uname_os="$(/usr/bin/uname 2> /dev/null -o)" && test "${_uname_os}" = 'Msys'; then PATH="/usr/bin:${PATH:-%empty}"; fi + #if test -x '/usr/bin/uname' && _uname_os="$(/usr/bin/uname 2> /dev/null -o)" && test "${_uname_os}" = 'Msys'; then PATH="/usr/bin:${PATH:-%empty}"; fi if test -z "${MAIN_DIR-}"; then # shellcheck disable=SC3028,SC2128 # Intended: In POSIX sh, BASH_SOURCE is undefined / Expanding an array without an index only gives the first element