From 1214a3a778fe86279ea285a0db6ec69cd014c080 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 4 Jul 2010 21:28:51 +0200 Subject: [PATCH] fix the shifting --- all | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.2