Commit 5112ce47 authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget: make list always returns absolute URL

parent 3ae9bc31
......@@ -208,7 +208,7 @@ get_urls()
if [ -n "$LISTONLY" ] ; then
for fn in $(get_urls | filter_glob "$MASK" | filter_order) ; do
# TODO: return full url? someone use old behaviour?
echo "$(basename "$fn")"
echo "$URL$(basename "$fn")"
done
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