Make the credits script more verbose

This commit is contained in:
Johannes Schlüter 2010-05-27 22:50:31 +00:00
parent 8cf687608e
commit 2d63af8c60

View file

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