use the new color sequences. fixes #506
git-svn-id: file:///home/svn/framework3/trunk@7465 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
12c4d321c2
commit
b6a5f53233
|
@ -20,7 +20,7 @@ end
|
||||||
|
|
||||||
# Start a pseudo shell and dispatch lines to be assembled and then
|
# Start a pseudo shell and dispatch lines to be assembled and then
|
||||||
# disassembled.
|
# disassembled.
|
||||||
shell = Rex::Ui::Text::PseudoShell.new("%bnasm%c")
|
shell = Rex::Ui::Text::PseudoShell.new("%bldnasm%clr")
|
||||||
|
|
||||||
shell.run { |line|
|
shell.run { |line|
|
||||||
line.gsub!(/(\r|\n)/, '')
|
line.gsub!(/(\r|\n)/, '')
|
||||||
|
@ -34,4 +34,4 @@ shell.run { |line|
|
||||||
rescue RuntimeError
|
rescue RuntimeError
|
||||||
puts "Error: #{$!}"
|
puts "Error: #{$!}"
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue