mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-25 15:33:31 +03:00
Patch for an Issue #1147
This commit is contained in:
parent
bf1c08a8a6
commit
8b135e45bd
|
@ -788,7 +788,7 @@ def cmdLineParser():
|
||||||
prompt = False
|
prompt = False
|
||||||
advancedHelp = True
|
advancedHelp = True
|
||||||
|
|
||||||
for arg in sys.argv:
|
for arg in (sys.argv if not IS_WIN else shlex.split(" ".join(sys.argv))):
|
||||||
argv.append(getUnicode(arg, encoding=sys.getfilesystemencoding()))
|
argv.append(getUnicode(arg, encoding=sys.getfilesystemencoding()))
|
||||||
|
|
||||||
checkDeprecatedOptions(argv)
|
checkDeprecatedOptions(argv)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user