From 4be755fa1ff878c70f763d6c163aed6a51f9811a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 13 Sep 2010 23:18:29 +0200 Subject: Introduced 'installed' directory, which is now sourced instead of the more general 'games' --- play.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'play.sh') diff --git a/play.sh b/play.sh index 912ce9f..61ac00e 100755 --- a/play.sh +++ b/play.sh @@ -6,7 +6,7 @@ PLAY_DEBUG=${PLAY_DEBUG:-0} [[ $PLAY_DEBUG == 2 ]] && setopt xtrace PLAY_DIR="${PLAY_DIR:-${0:h}}" -PLAY_GAMES="${PLAY_GAMES:-$PLAY_DIR/games}" +PLAY_GAMES="${PLAY_GAMES:-$PLAY_DIR/installed}" PLAY_TEMPLATES="${PLAY_TEMPLATES:-$PLAY_DIR/templates}" typeset -A ENV EENV @@ -130,7 +130,7 @@ else list () { out "Games are:" - for k in $PLAY_GAMES/*(.:t); do + for k in $PLAY_GAMES/*(.,@:t); do echo "\t> $k" done } -- cgit v1.2.3