Make the credits script more verbose

This commit is contained in:
Johannes Schlüter 2010-05-27 22:50:31 +00:00
parent a622dd6bfb
commit bb3faf2d25

View File

@ -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