Land #10639, self.prompt initialization fix

4.x 4.17.13
William Vu 2018-09-13 15:57:40 -05:00 committed by Metasploit
parent f3e94c6d20
commit dddc634f78
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
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