Commit bcb4af4ccfc1b2347ed004295ce3bc42e1793148

Authored by Georg Hopp
1 parent ce6cef28

fix missing drive_c

Showing 1 changed file with 1 additions and 1 deletions
@@ -28,7 +28,7 @@ function get_interpreter() { @@ -28,7 +28,7 @@ function get_interpreter() {
28 } 28 }
29 29
30 EXE="$1"; shift 30 EXE="$1"; shift
31 -WINEXE="${EXE/${WINEPREFIX}/C:}" 31 +WINEXE="${EXE/${WINEPREFIX}drive_c/C:}"
32 WINEXE="${WINEXE//\//\\}" 32 WINEXE="${WINEXE//\//\\}"
33 exec $(get_interpreter "${EXE}") "${WINEXE}" "$@" 33 exec $(get_interpreter "${EXE}") "${WINEXE}" "$@"
34 34
Please register or login to post a comment