mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-10 20:24:16 +03:00
Minor improvement to cleanup script
This commit is contained in:
parent
d2a71d647b
commit
28a4ae8eaf
|
@ -6,4 +6,5 @@
|
|||
# See the file 'doc/COPYING' for copying permission
|
||||
|
||||
# Adds SVN property 'Id' to project files
|
||||
find ../../. -type f -name "*.py" -exec svn propset svn:keywords "Id" '{}' \;
|
||||
find ../../. -type f -iname "*.py" -exec sed -i s/\$Id.*$/\$Id\$/g '{}' \;
|
||||
find ../../. -type f -iname "*.py" -exec svn propset svn:keywords "Id" '{}' \;
|
||||
|
|
Loading…
Reference in New Issue
Block a user