Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28a4ae8

Browse files
committed
Minor improvement to cleanup script
1 parent d2a71d6 commit 28a4ae8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extra/shutils/id.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
# See the file 'doc/COPYING' for copying permission
77

88
# Adds SVN property 'Id' to project files
9-
find ../../. -type f -name "*.py" -exec svn propset svn:keywords "Id" '{}' \;
9+
find ../../. -type f -iname "*.py" -exec sed -i s/\$Id.*$/\$Id\$/g '{}' \;
10+
find ../../. -type f -iname "*.py" -exec svn propset svn:keywords "Id" '{}' \;

0 commit comments

Comments
 (0)