summaryrefslogtreecommitdiffstats
path: root/support/download/dl-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'support/download/dl-wrapper')
-rwxr-xr-xsupport/download/dl-wrapper3
1 files changed, 0 insertions, 3 deletions
diff --git a/support/download/dl-wrapper b/support/download/dl-wrapper
index 3b30840a0c..514118c57f 100755
--- a/support/download/dl-wrapper
+++ b/support/download/dl-wrapper
@@ -44,9 +44,6 @@ main() {
if [ -z "${output}" ]; then
error "no output specified, use -o\n"
fi
- if [ -z "${hfile}" ]; then
- error "no hash-file specified, use -H\n"
- fi
# If the output file already exists, do not download it again
if [ -e "${output}" ]; then
OpenPOWER on IntegriCloud