finds more files
[infrastructure.git] / scripts / svn-keywords.sh
index af76356..740a2a3 100755 (executable)
@@ -17,7 +17,7 @@ keywords="$@"
 for keyword in $keywords ; do
 
   echo -n "Gathering files under subversion containing the keyword $keyword "
-  files=$(grep -l '$'"$keyword"':' $(svn list -R))
+  files=$(grep -l '$'"$keyword" $(svn list -R))
   echo Done
 
   for file in $files ; do