diff options
author | Bartlomiej Palmowski <rotwang@crux.org.pl> | 2010-09-13 19:03:11 +0200 |
---|---|---|
committer | Bartlomiej Palmowski <rotwang@crux.org.pl> | 2010-09-13 19:03:11 +0200 |
commit | 39a242bd94cf0b3f8125d645b3fe0903f34b65e9 (patch) | |
tree | 956d8d03ef8f06bf471d1d8e5376624d82ca6cf8 /teeworlds | |
parent | 1b2f4269e7f38d2a2765af1772de47d1b161a65f (diff) | |
download | contrib-39a242bd94cf0b3f8125d645b3fe0903f34b65e9.tar.gz contrib-39a242bd94cf0b3f8125d645b3fe0903f34b65e9.tar.xz |
teeworlds: removed MALLOCK_CHECK from wrapper script
Diffstat (limited to 'teeworlds')
-rw-r--r-- | teeworlds/teeworlds.bash | 2 |
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 $* |