mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor update
This commit is contained in:
parent
6433be8b3d
commit
d013644c65
|
@ -4,4 +4,4 @@
|
||||||
# See the file 'doc/COPYING' for copying permission
|
# See the file 'doc/COPYING' for copying permission
|
||||||
|
|
||||||
# Removes trailing spaces from blank lines inside project files
|
# Removes trailing spaces from blank lines inside project files
|
||||||
find ../../. -type f -iname '*.py' -exec sed -i 's/^[ \t]*$//' {} \;
|
find . -type f -iname '*.py' -exec sed -i 's/^[ \t]*$//' {} \;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user