aboutsummaryrefslogtreecommitdiff
path: root/reproduce/analysis/make/initialize.mk
diff options
context:
space:
mode:
Diffstat (limited to 'reproduce/analysis/make/initialize.mk')
-rw-r--r--reproduce/analysis/make/initialize.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/reproduce/analysis/make/initialize.mk b/reproduce/analysis/make/initialize.mk
index 7314184..9e8db4a 100644
--- a/reproduce/analysis/make/initialize.mk
+++ b/reproduce/analysis/make/initialize.mk
@@ -1,6 +1,6 @@
# Project initialization.
#
-# Copyright (C) 2018-2022 Mohammad Akhlaghi <mohammad@akhlaghi.org>
+# Copyright (C) 2018-2023 Mohammad Akhlaghi <mohammad@akhlaghi.org>
#
# This Makefile is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -538,7 +538,7 @@ $(inputdatasets): $(indir)/%: | $(indir) $(lockdir)
else
touch $(lockdir)/download
$(downloadwrapper) "wget $$authopt --no-use-server-timestamps -O" \
- $(lockdir)/download $(INPUT-$*-url) $$unchecked
+ $(lockdir)/download "$(INPUT-$*-url)" $$unchecked
fi
# Set the checksum related variables.