From b97b313acb6ef8ba552558e6e838f0464e85c0fc Mon Sep 17 00:00:00 2001 From: Joseph Graham Date: Thu, 22 Jun 2017 11:47:43 +0100 Subject: Fixed stupid bug. --- pacman2pacman-get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}") -- cgit v1.2.3