]> granicus.if.org Git - php/commitdiff
Make the credits script more verbose
authorJohannes Schlüter <johannes@php.net>
Thu, 27 May 2010 22:50:31 +0000 (22:50 +0000)
committerJohannes Schlüter <johannes@php.net>
Thu, 27 May 2010 22:50:31 +0000 (22:50 +0000)
scripts/dev/credits

index f99c0316aa1cb76c02791250e9a84304faeaabc5..801637cd1973c4b559066e8b13e426c56ac58b5e 100755 (executable)
@@ -23,4 +23,5 @@ END
   # Do not process skeleton #
   files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
   awk "$awkprog" $files | sort -f | uniq >> $file
+  echo "Updated $file"
 done