diff options
Diffstat (limited to 'irfanview/irfanview-common')
-rwxr-xr-x | irfanview/irfanview-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irfanview/irfanview-common b/irfanview/irfanview-common index 8d213da..6c178fc 100755 --- a/irfanview/irfanview-common +++ b/irfanview/irfanview-common @@ -70,7 +70,7 @@ expandword() { getwinepath() { # call: getwinepath "$foo" - wine "${IV_WINEPATH_BIN}" -w "${@}" + wine winepath.exe -w "${@}" } # Define variables |