summaryrefslogtreecommitdiff
path: root/pacman2pacman-get
diff options
context:
space:
mode:
authorJoseph Graham <joseph@xylon.me.uk>2017-06-22 11:47:43 +0100
committerJoseph Graham <joseph@xylon.me.uk>2017-06-22 11:47:43 +0100
commitb97b313acb6ef8ba552558e6e838f0464e85c0fc (patch)
treee684006e113a9fb242c3869f544a33de18def8d9 /pacman2pacman-get
parentfbd9106378802c15c4475ecf4c49cdf6a2282cfa (diff)
Fixed stupid bug.
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}")