From 15516f24448795ce727cb92d4eee885fcd2462bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 15 Feb 2013 12:45:57 +0100 Subject: Renamed EXARGS to X_ARGS --- play.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.sh') diff --git a/play.sh b/play.sh index efeb2be..5d0f155 100755 --- a/play.sh +++ b/play.sh @@ -223,7 +223,7 @@ ENV[DISPLAY]=":1" # starts a new X # if overridden, this MUST call `$BIN --in-X` play_startX () { - exc startx $BIN --in-X $GAME -- $DISPLAY -ac -br -quiet ${=EXARGS} + exc startx $BIN --in-X $GAME -- $DISPLAY -ac -br -quiet ${=X_ARGS} } # populate the environment -- cgit v1.2.3