mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
Minor update
This commit is contained in:
parent
6433be8b3d
commit
d013644c65
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@
|
|||
# See the file 'doc/COPYING' for copying permission
|
||||
|
||||
# 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 a new issue