From f4e84da495ffae37cedc008cc0c3aef7619d05f7 Mon Sep 17 00:00:00 2001 From: Tim W Date: Thu, 3 Jan 2019 18:00:06 +0800 Subject: [PATCH] add comment --- .../post/meterpreter/ui/console/command_dispatcher/android.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/android.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/android.rb index cc31560d82..488a974e02 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/android.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/android.rb @@ -527,6 +527,7 @@ class Console::CommandDispatcher::Android dest = val when '-t' body = val + # Replace \n with a newline character to allow multi-line messages body.gsub!('\n',"\n") when '-r' dr = true