From 259e52b59cbf7b5d401825b6aa789585ccbb4085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 18 Jun 2010 21:55:43 +0200 Subject: Disable WINEDEBUG only if not running in debug mode --- templates/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/default b/templates/default index fe737b1..3f4fa1f 100644 --- a/templates/default +++ b/templates/default @@ -4,7 +4,7 @@ default_prepare () { play_prepare } -ENV[WINEDEBUG]="-all" +[[ $PLAY_DEBUG == 0 ]] && ENV[WINEDEBUG]="-all" EXPORT default prepare -- cgit v1.2.3