diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-10-16 08:36:04 -0700 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2014-10-16 08:36:04 -0700 |
commit | 96ecb12484e798437010d6015b20ac9e0f0a090f (patch) | |
tree | e0ccaeeb26fc7ca34357040bfc27e9cface11c44 /scripts | |
parent | 96ab5caa7106e76b2baab0840baa46512ca79823 (diff) |
Removed SSL parameter
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-prebuilt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-prebuilt.sh b/scripts/get-prebuilt.sh index 6f3ffaff..b7d76670 100755 --- a/scripts/get-prebuilt.sh +++ b/scripts/get-prebuilt.sh @@ -16,7 +16,7 @@ if test x$1 != xskipprebuilt ; then fi if test $age -gt 0 ; then networkerror=no - curl --tlsv1.2 -s -L "$content_prefix/prebuilt.list" > prebuilt.list.tmp + curl -s -L "$content_prefix/prebuilt.list" > prebuilt.list.tmp if test x$? != x0 ; then networkerror=yes fi |