From abbe5280df111441a1f3768befad2260a355185a Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 22 Dec 2024 22:18:24 -0500 Subject: [PATCH] Add missing comment --- lug-helper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lug-helper.sh b/lug-helper.sh index 610724a..9558229 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1003,6 +1003,7 @@ wine_check() { # Determine the architecture of wineserver binary wineserver_bin_arch="$(get_file_arch "${wineserver_bin}")" + # If unable to determine architecture, attempt alternative methods if [ -z "${wineserver_bin_arch}" ]; then if [ -x "${wineboot_bin}" ]; then wine_bin_dir="$(dirname "$(readlink -f "${wineboot_bin}" 2>/dev/null)" 2>/dev/null)"