mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +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")
|
||||
for name in "${jsons[@]}"
|
||||
do
|
||||
wget "${base_url}/${name}" -O ${name}
|
||||
wget "${base_url}/${name}" -O "${name}"
|
||||
done
|
||||
|
||||
echo "building local package list"
|
||||
|
Loading…
x
Reference in New Issue
Block a user