finds more files
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 20 Mar 2007 12:16:09 +0000 (12:16 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 20 Mar 2007 12:16:09 +0000 (12:16 +0000)
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