From 3c86f2eb23a1ee20bf73fd846105e6aad1118142 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Thu, 16 Mar 2023 20:58:56 +0800 Subject: maintainers/scripts/fetch-kde-qt.sh: fix handling of fallback file urls --- maintainers/scripts/fetch-kde-qt.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'maintainers') diff --git a/maintainers/scripts/fetch-kde-qt.sh b/maintainers/scripts/fetch-kde-qt.sh index 9e2348fda7072..c43e8ad904d7d 100755 --- a/maintainers/scripts/fetch-kde-qt.sh +++ b/maintainers/scripts/fetch-kde-qt.sh @@ -127,8 +127,7 @@ echo "$urllist" | xargs wget $wgetargs -nH -r -c --no-parent && { # TODO fetch only missing tar.xz files echo "fetching $filecount tar.xz files ..." - urllist="$(echo "$filelist" | while read file; do echo "$BASE_URL/$file"; done)" - echo "$urllist" | xargs wget $wgetargs -nH -r -c --no-parent + echo "$filelist" | xargs wget $wgetargs -nH -r -c --no-parent echo "generating sha256 files ..." find . -type f -name '*.tar.xz' | while read src; do -- cgit 1.4.1