Commit 40feb12a authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget: fix double slash in URL to download

parent 5112ce47
......@@ -215,7 +215,7 @@ fi
ERROR=0
for fn in $(get_urls | filter_glob "$MASK" | filter_order) ; do
sget "$URL/$(basename "$fn")" || ERROR=1
sget "$URL$(basename "$fn")" || ERROR=1
done
exit $ERROR
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment