From 88f2f591fa23f5ba92d8ee511d368349b390aa60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 15 Feb 2013 12:44:37 +0100 Subject: Renamed GPATH to EXE --- templates/wine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/wine') diff --git a/templates/wine b/templates/wine index e6c8d2e..8ebc64c 100644 --- a/templates/wine +++ b/templates/wine @@ -4,7 +4,7 @@ PREFIX=${PREFIX:-$GAME} # run wine and therefore the game wine_run () { # cd into dir - local dir="$(exc winepath -u $GPATH)" + local dir="$(exc winepath -u $EXE)" exc cd "${dir:h}" # start game -- cgit v1.2.3