mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:42:46 +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…
Reference in New Issue