diff options
Diffstat (limited to 'scripts/dev/credits')
-rwxr-xr-x | scripts/dev/credits | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dev/credits b/scripts/dev/credits index f99c0316a..801637cd1 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 |