summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-03-16 20:58:56 +0800
committerNick Cao <nickcao@nichi.co>2023-03-16 20:58:56 +0800
commit3c86f2eb23a1ee20bf73fd846105e6aad1118142 (patch)
treea7a56a02c8d1a8a6820f5cf5ce90e9c250e602cd
parentae65ff26ac49b9baf77348a314cf01d950e52e88 (diff)
downloadnixpkgs-3c86f2eb23a1ee20bf73fd846105e6aad1118142.tar
nixpkgs-3c86f2eb23a1ee20bf73fd846105e6aad1118142.tar.gz
nixpkgs-3c86f2eb23a1ee20bf73fd846105e6aad1118142.tar.bz2
nixpkgs-3c86f2eb23a1ee20bf73fd846105e6aad1118142.tar.lz
nixpkgs-3c86f2eb23a1ee20bf73fd846105e6aad1118142.tar.xz
nixpkgs-3c86f2eb23a1ee20bf73fd846105e6aad1118142.tar.zst
nixpkgs-3c86f2eb23a1ee20bf73fd846105e6aad1118142.zip
maintainers/scripts/fetch-kde-qt.sh: fix handling of fallback file urls
-rwxr-xr-xmaintainers/scripts/fetch-kde-qt.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/maintainers/scripts/fetch-kde-qt.sh b/maintainers/scripts/fetch-kde-qt.sh
index 9e2348fda70..c43e8ad904d 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