From: Johannes Schlüter Date: Thu, 27 May 2010 22:50:31 +0000 (+0000) Subject: Make the credits script more verbose X-Git-Tag: php-5.4.0alpha1~191^2~1408 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d63af8c600dd9fb5fbc94450f03737ef67211b3;p=php Make the credits script more verbose --- diff --git a/scripts/dev/credits b/scripts/dev/credits index f99c0316aa..801637cd19 100755 --- a/scripts/dev/credits +++ b/scripts/dev/credits @@ -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