Land #7449, unsuitable language fix

bug/bundler_fix
William Vu 2016-10-16 03:23:05 -05:00
commit ebf52759cc
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ module Msf::Post::Common
# /bin/sh. # /bin/sh.
# #
# This problem was originally solved by using Shellwords.shellwords but # This problem was originally solved by using Shellwords.shellwords but
# unfortunately, it is retarded. When a backslash occurs inside double # unfortunately, it is unsuitable. When a backslash occurs inside double
# quotes (as is often the case with Windows commands) it inexplicably # quotes (as is often the case with Windows commands) it inexplicably
# removes them. So. Shellwords is out. # removes them. So. Shellwords is out.
# #