Commit 89042d38 authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget: add hack for skip mask if there ?...= (some args)

parent 0cc314e4
......@@ -194,7 +194,7 @@ fi
MASK=$(basename "$1")
# If have no wildcard symbol like asterisk, just download
if echo "$MASK" | grep -qv "[*?]" ; then
if echo "$MASK" | grep -qv "[*?]" || echo "$MASK" | grep -q "[?].*="; then
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