From 3a78c53afd78a25388c8e349c66f5f84edc944bf507e4ef1f0f725d8cd573562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 15 Feb 2011 07:47:45 +0000 Subject: [PATCH] Accepting request 60576 from home:yecril71pl:branches:openSUSE:Tools thanks OBS-URL: https://build.opensuse.org/request/show/60576 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-recompress?expand=0&rev=4 --- recompress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recompress b/recompress index 70ec382..60f9036 100644 --- a/recompress +++ b/recompress @@ -50,7 +50,7 @@ if [ -z "$MYOUTDIR" ]; then fi for i in $FILES; do - FILE=`ls -1 $i` + FILE=`ls -1 "$i" || ls -1 "_service:download:$i"` UNCOMPRESS="cat" BASENAME="$FILE" if [ "${FILE%.gz}" != "$FILE" ]; then