From: MrBougo <mrbougo@xonotic.org>
Date: Wed, 7 Jul 2010 11:32:29 +0000 (+0200)
Subject: Remove weird 'tname=' line in the windows script duplication
X-Git-Tag: xonotic-v0.1.0preview~377
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f3e2327008ef947a37bb81fad3219cff8a53c409;p=xonotic%2Fxonotic.git

Remove weird 'tname=' line in the windows script duplication
---

diff --git a/all b/all
index 1c483855..9480f29f 100755
--- a/all
+++ b/all
@@ -25,7 +25,6 @@ case "$0" in
 		case "`uname`" in
 			MINGW*|Win*)
 				# Windows hates users. So this script has to copy itself elsewhere first...
-				tname=
 				cp "$SELF" ../all.xonotic.sh
 				export WE_HATE_OUR_USERS=1
 				exec ../all.xonotic.sh "$@"