From: Rudolf Polzer Date: Sun, 4 Jul 2010 19:28:51 +0000 (+0200) Subject: fix the shifting X-Git-Tag: xonotic-v0.1.0preview~380 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=1214a3a778fe86279ea285a0db6ec69cd014c080 fix the shifting --- diff --git a/all b/all index 541467a2..920396b4 100755 --- a/all +++ b/all @@ -457,18 +457,16 @@ case "$cmd" in case "$X" in sdl) TARGETS="sdl-debug $TARGETS" - shift ;; glx|agl|wgl) TARGETS="cl-debug $TARGETS" - shift ;; dedicated) TARGETS="sv-debug $TARGETS" - shift ;; esac done + shift fi if [ -z "$MAKEFLAGS" ]; then if [ -f /proc/cpuinfo ]; then