mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
hackage: quote string interpolation
This commit is contained in:
parent
fbd47502ca
commit
c491f5a7c2
@ -56,7 +56,7 @@ function hackage_mirror() {
|
|||||||
jsons=("timestamp.json" "snapshot.json" "root.json" "mirrors.json")
|
jsons=("timestamp.json" "snapshot.json" "root.json" "mirrors.json")
|
||||||
for name in "${jsons[@]}"
|
for name in "${jsons[@]}"
|
||||||
do
|
do
|
||||||
wget "${base_url}/${name}" -O ${name}
|
wget "${base_url}/${name}" -O "${name}"
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "building local package list"
|
echo "building local package list"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user