]> de.git.xonotic.org Git - xonotic/xonotic.git/commitdiff
undo the escape sequence!
authorRudolf Polzer <rpolzer@nb-04.(none)>
Mon, 29 Mar 2010 13:22:29 +0000 (15:22 +0200)
committerRudolf Polzer <rpolzer@nb-04.(none)>
Mon, 29 Mar 2010 13:22:29 +0000 (15:22 +0200)
all

diff --git a/all b/all
index 734695aa983b4f17dbd2334a1c2b62a52bde5d3c..d684c908d4dc8b02e8e83b2ada2473be4f763f90 100755 (executable)
--- a/all
+++ b/all
@@ -4,7 +4,7 @@ set -e
 
 msg()
 {
-       echo "\e[1m$*"
+       echo "\e[1m$*\e[m"
 }
 
 self=`md5sum "$0"`