From 32a3364b398bbacdb05b66c381a4fc79685b4e21 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 5 Aug 2010 20:54:32 +0200 Subject: [PATCH 1/1] fix a syntax FAIL --- all | 2 +- misc/tools/cached-converter.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/all b/all index 170411cc..1cb555a4 100755 --- a/all +++ b/all @@ -1075,7 +1075,7 @@ case "$cmd" in dst=${src%.pk3dir} case "$dst" in data/xonotic-*) - dst="xonotic-$stamp-${dst#data/xonotic-}" + dst="data/xonotic-$stamp-${dst#data/xonotic-}" ;; *) dst="$dst-$stamp" diff --git a/misc/tools/cached-converter.sh b/misc/tools/cached-converter.sh index e3b2d802..f7fd47e2 100755 --- a/misc/tools/cached-converter.sh +++ b/misc/tools/cached-converter.sh @@ -174,7 +174,6 @@ for F in "$@"; do textures/*) ;; models/*) ;; maps/*/*) ;; - ;; *) # we can't DDS compress the 2D textures, sorry # but JPEG is still fine -- 2.39.2