mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor improvement to cleanup script
This commit is contained in:
@@ -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" '{}' \;
|
||||
|
||||
Reference in New Issue
Block a user