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