Commit feff0bb8 authored by Roman Inflianskas's avatar Roman Inflianskas Committed by Bruno Pinto

[dpaste] Fixed file pasting with option -t

parent 4aedc291
......@@ -29,7 +29,7 @@ function __dpaste_parse_expires
if [ -z (echo $expires | sed -r "s/$__dpaste_expires_choises//") ]
set __dpaste_send_url "$__dpaste_send_url&expires=$expires"
end
echo $argv | sed -r "s/$expires_spec//"
echo $argv | sed -r "s/$expires_spec//" | xargs
end
function __dpaste_help
......
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