Land #10639, self.prompt initialization fix

GSoC/Meterpreter_Web_Console
William Vu 2018-09-13 15:57:40 -05:00
commit 8c81250aea
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ module Shell
# Initialize the prompt
self.cont_prompt = ' > '
self.cont_flag = false
self.prompt = prompt
self.prompt_char = prompt_char
self.histfile = histfile