mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor patches
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user