summaryrefslogtreecommitdiff
path: root/teeworlds
diff options
context:
space:
mode:
authorBartlomiej Palmowski <rotwang@crux.org.pl>2010-09-13 19:03:11 +0200
committerBartlomiej Palmowski <rotwang@crux.org.pl>2010-09-13 19:03:11 +0200
commit39a242bd94cf0b3f8125d645b3fe0903f34b65e9 (patch)
tree956d8d03ef8f06bf471d1d8e5376624d82ca6cf8 /teeworlds
parent1b2f4269e7f38d2a2765af1772de47d1b161a65f (diff)
downloadcontrib-39a242bd94cf0b3f8125d645b3fe0903f34b65e9.tar.gz
contrib-39a242bd94cf0b3f8125d645b3fe0903f34b65e9.tar.xz
teeworlds: removed MALLOCK_CHECK from wrapper script
Diffstat (limited to 'teeworlds')
-rw-r--r--teeworlds/teeworlds.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/teeworlds/teeworlds.bash b/teeworlds/teeworlds.bash
index 4b8d9116e..43480590d 100644
--- a/teeworlds/teeworlds.bash
+++ b/teeworlds/teeworlds.bash
@@ -1,5 +1,5 @@
#!/bin/bash
cd /usr/share/teeworlds
-MALLOC_CHECK_=0 exec ./teeworlds $*
+exec ./teeworlds $*

Generated by cgit