Fix a bug when the unbalanced quote is the end
parent
2a0e3690db
commit
dfa37a9fb0
|
@ -649,7 +649,7 @@ module DispatcherShell
|
|||
field = String.new
|
||||
end
|
||||
end
|
||||
words << field if field.length.nonzero?
|
||||
words << field unless quote.nil?
|
||||
{:quote => quote, :words => words}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue