diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-02-06 18:16:41 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-02-06 18:21:52 +0000 |
commit | 340a7ece34013345e1520dcac38218b7d41c7c26 (patch) | |
tree | 914d31fd5cf3d84c6293726ba95d01ce819e55b5 /reproduce/src/make | |
parent | 1c508e636b90ae170213ccf71771711156dd8f52 (diff) |
Removed .sh suffix in download wrapper script
We don't have a `.sh' suffix in the other scripts of `reproduce/src/bash',
so it was also removed from this script.
Diffstat (limited to 'reproduce/src/make')
-rw-r--r-- | reproduce/src/make/download.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/src/make/download.mk b/reproduce/src/make/download.mk index 1fc51e6..a1efde7 100644 --- a/reproduce/src/make/download.mk +++ b/reproduce/src/make/download.mk @@ -52,7 +52,7 @@ # process with a file and make sure that only one downloading event is in # progress at every moment. $(indir):; mkdir $@ -downloadwrapper = $(srcdir)/bash/download-multi-try.sh +downloadwrapper = $(srcdir)/bash/download-multi-try inputdatasets = $(foreach i, wfpc2, $(indir)/$(i).fits) $(inputdatasets): $(indir)/%.fits: | $(indir) $(lockdir) |