From f774658b26a22093c030c6c1fed984dc85f63472 Mon Sep 17 00:00:00 2001 From: Jaidyn Lev Date: Mon, 21 Jan 2019 16:16:38 -0600 Subject: [PATCH] Fix error with gendl --- gendl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gendl b/gendl index 6f4ea9e..0013f4a 100755 --- a/gendl +++ b/gendl @@ -54,7 +54,7 @@ function download_stdout output="$(curl $url)" ;; "wget") - output="$(wget --quiet -O $url)" + output="$(wget --quiet -O- $url)" ;; esac