mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-13 17:00:34 +00:00
Add missing comment
This commit is contained in:
parent
5f2ed3ee14
commit
abbe5280df
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user