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
This commit is contained in:
Adrian Schröter 2011-02-15 07:47:45 +00:00 committed by Git OBS Bridge
parent 6543fb66b0
commit 3a78c53afd

View File

@ -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