mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Adding support for symbolic linking sqlmap.py
This commit is contained in:
parent
6a98d375b1
commit
cf6c3a84b5
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ def modulePath():
|
|||
using py2exe
|
||||
"""
|
||||
|
||||
return os.path.dirname(getUnicode(sys.executable if weAreFrozen() else __file__, sys.getfilesystemencoding()))
|
||||
return os.path.dirname(os.path.realpath(getUnicode(sys.executable if weAreFrozen() else __file__, sys.getfilesystemencoding())))
|
||||
|
||||
def main():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue