From: Rudolf Polzer <rpolzer@nb-04.(none)>
Date: Mon, 29 Mar 2010 13:22:29 +0000 (+0200)
Subject: undo the escape sequence!
X-Git-Tag: xonotic-v0.1.0preview~526
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=85878f81ddc0c473dc4af57e57003f3da88bd7e1;p=xonotic%2Fxonotic.git

undo the escape sequence!
---

diff --git a/all b/all
index 734695aa..d684c908 100755
--- a/all
+++ b/all
@@ -4,7 +4,7 @@ set -e
 
 msg()
 {
-	echo "$*"
+	echo "$*"
 }
 
 self=`md5sum "$0"`