Minor improvement to cleanup script

This commit is contained in:
Bernardo Damele 2011-05-06 13:53:10 +00:00
parent d2a71d647b
commit 28a4ae8eaf

View File

@ -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" '{}' \;