summaryrefslogtreecommitdiffstats
path: root/src/dist/libreboot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dist/libreboot.sh')
-rw-r--r--src/dist/libreboot.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dist/libreboot.sh b/src/dist/libreboot.sh
index 4d611e9..46f99f9 100644
--- a/src/dist/libreboot.sh
+++ b/src/dist/libreboot.sh
@@ -49,7 +49,6 @@ dist_libreboot_get_versions()
local mirror="${1}"
local board="${2}"
shift 2
- local dl="${WGET} -q -O -"
local version=
local versions=''
@@ -71,7 +70,7 @@ dist_libreboot_get_versions()
archive="${archive}_grub_${board}.tar.xz"
;;
esac
- if ${dl} "${mirror}/${version}/${sums}" | \
+ if dl "${mirror}/${version}/${sums}" | \
grep -F " ${archive}" >/dev/null 2>&1; then
versions="${versions} ${version}"
fi