X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Fbuildfiles%2Fosx%2FXonotic.app%2FContents%2FMacOS%2Fxonotic-osx-agl;fp=misc%2Fbuildfiles%2Fosx%2FXonotic.app%2FContents%2FMacOS%2Fxonotic-osx-agl;h=baa88281819a96ff275648d7dd77d6c269a4a7e1;hp=0620633f4145421bb671585497ec610bfa0ba899;hb=5766d4c05a54d6def81de079cfa6fa352bfe9a25;hpb=f9b0f5a1684384801520ec3ea1fa8c5e4ed111ae diff --git a/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl b/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl index 0620633f..baa88281 100755 --- a/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl +++ b/misc/buildfiles/osx/Xonotic.app/Contents/MacOS/xonotic-osx-agl @@ -3,4 +3,6 @@ export DYLD_LIBRARY_PATH="${0%/*}" # same dir as the executable -exec "$0"-bin "$@" -notexturenonpoweroftwo +set -- "$0"-bin "$@" -notexturenonpoweroftwo + +exec "$@"