From 5bbf27bf5be3c70c2cb4c1545ecd7b3a5e176a16 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Sat, 25 Jun 2011 20:33:15 +0000 Subject: [PATCH] Woops, this may not have a prompt accessor, find another way git-svn-id: file:///home/svn/framework3/trunk@13029 4d416f70-5f16-0410-b530-b9f4589650da --- lib/rex/ui/text/shell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/ui/text/shell.rb b/lib/rex/ui/text/shell.rb index 6581424ddc..9297b31a99 100644 --- a/lib/rex/ui/text/shell.rb +++ b/lib/rex/ui/text/shell.rb @@ -81,7 +81,7 @@ module Shell self.input.output = self.output end - update_prompt('') if not input.prompt + update_prompt('') end #