diff options
Diffstat (limited to 'libs')
-rwxr-xr-x | libs/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/common b/libs/common index 9bf50ab9..87f2f364 100755 --- a/libs/common +++ b/libs/common @@ -75,7 +75,7 @@ download_wrapper() { # TODO: Add support for curl, in addition # to wget, for compatibility reasons - wget_options=( + local wget_options=( '--config=/dev/null' '--secure-protocol=PFS' "--directory-prefix=$download_dir" |