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 Nov 3, 2024
1 parent f8c3ffe commit 7e2346a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e2346a

Please sign in to comment.