diff options
| author | xHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-07 19:34:00 +0000 |
|---|---|---|
| committer | xHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-07 19:34:00 +0000 |
| commit | c8223ce77a4dbf57be272d10c4e1d31f69bd516e (patch) | |
| tree | 205d846056e2acdd15b099a39924d51c0d3988ae /tuxanci-ng.sh | |
| parent | 35185452d7546ab56aa0040d7c2d68795c3f813f (diff) | |
- partially fixed bug #0004 - *only* issue with text in buttons and textfields
- implemented build dir for normal game (=> not only server has build dir now)
- the directory structure was extended with directories for packaging scripts
git-svn-id: http://opensvn.csie.org/tuxanci_ng@44 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'tuxanci-ng.sh')
| -rwxr-xr-x | tuxanci-ng.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tuxanci-ng.sh b/tuxanci-ng.sh index f151d8d..dc8f643 100755 --- a/tuxanci-ng.sh +++ b/tuxanci-ng.sh @@ -1,5 +1,5 @@ #!/bin/bash export LD_LIBRARY_PATH="/usr/debug/lib/" -ldd -u src/tuxanci-ng +ldd -u build/tuxanci-ng ulimit -c unlimited -src/tuxanci-ng +build/tuxanci-ng |