Commit aa7d54e8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget: get broken unneeded code

parent 712b91d4
......@@ -573,10 +573,6 @@ fi
# If there is no wildcard symbol like asterisk, just download
if echo "$MASK" | grep -qv "[*?]" || echo "$MASK" | grep -q "[?].*="; then
if is_fileurl "$1" ; then
sget "$(dir_from_url "$1")" "$TARGEFILE"
exit
fi
sget "$1" "$TARGETFILE"
exit
fi
......
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