summaryrefslogtreecommitdiff
path: root/pacman2pacman-get
diff options
context:
space:
mode:
Diffstat (limited to 'pacman2pacman-get')
-rw-r--r--pacman2pacman-get2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman2pacman-get b/pacman2pacman-get
index 9c94ab5..a9b0b22 100644
--- a/pacman2pacman-get
+++ b/pacman2pacman-get
@@ -120,7 +120,7 @@ else
look_for_torrent "${torrent_url}" &
- done < <(grep '^Server \?= \?' "mirrorlist_location" | shuf | head -n 3)
+ done < <(grep '^Server \?= \?' "${mirrorlist_location}" | shuf | head -n 3)
# Get the name of the torrent downloaded
read -t 6 response < <(cat "${fifoname}")