Skip to content
Snippets Groups Projects
Commit feff0bb8 authored by Roman Inflianskas's avatar Roman Inflianskas Committed by Bruno Pinto
Browse files

[dpaste] Fixed file pasting with option -t

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