Browse Source

Make the credits script more verbose

experimental/lemon
Johannes Schlüter 16 years ago
parent
commit
2d63af8c60
  1. 1
      scripts/dev/credits

1
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
Loading…
Cancel
Save