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:
parent
6543fb66b0
commit
3a78c53afd
@ -50,7 +50,7 @@ if [ -z "$MYOUTDIR" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
for i in $FILES; do
|
for i in $FILES; do
|
||||||
FILE=`ls -1 $i`
|
FILE=`ls -1 "$i" || ls -1 "_service:download:$i"`
|
||||||
UNCOMPRESS="cat"
|
UNCOMPRESS="cat"
|
||||||
BASENAME="$FILE"
|
BASENAME="$FILE"
|
||||||
if [ "${FILE%.gz}" != "$FILE" ]; then
|
if [ "${FILE%.gz}" != "$FILE" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user