mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor patches
This commit is contained in:
parent
a7931751ee
commit
f8f57e1030
7 changed files with 63 additions and 11 deletions
|
|
@ -35,7 +35,7 @@ if IS_WIN and _readline:
|
|||
# Thanks to Boyd Waters for this patch.
|
||||
uses_libedit = False
|
||||
|
||||
if PLATFORM == 'mac' and _readline:
|
||||
if PLATFORM == "mac" and _readline:
|
||||
import commands
|
||||
|
||||
(status, result) = commands.getstatusoutput("otool -L %s | grep libedit" % _readline.__file__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue