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 --- play.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'play.sh') diff --git a/play.sh b/play.sh index 5162e84..efeb2be 100755 --- a/play.sh +++ b/play.sh @@ -243,7 +243,7 @@ play_setenv () { # run game play_run () { - exc $GPATH "$ARGS" + exc $EXE "$ARGS" } # manipulate the newly created X instance @@ -295,7 +295,7 @@ _list () { # {{{2 _new () { # {{{2 local GAME=$1 local DGAME="$PLAY_GAMES/$GAME" - local GPATH=$2 + local EXE=$2 local PREFIX=${${3}:-$GAME} local convpath @@ -307,7 +307,7 @@ _new () { # {{{2 [[ ! -e $WINEPREFIX ]] && die "Specified prefix '$PREFIX' does not exist" - convpath="$(exc winepath -u $GPATH)" + convpath="$(exc winepath -u $EXE)" [[ ! -e $convpath ]] && die "Specified executable does not exist" @@ -318,7 +318,7 @@ _new () { # {{{2 inherit wine $GPREFIX -GPATH="$GPATH" +EXE="$EXE" # vim:ft=sh EOF -- cgit v1.2.3