mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Ignore extensions/sapis named skeleton
This commit is contained in:
parent
795c206389
commit
94e6810a2a
@ -20,5 +20,7 @@ do
|
||||
*/
|
||||
|
||||
END
|
||||
awk "$awkprog" $what/*/CREDITS | sort -f >> $file
|
||||
# Do not process skeleton #
|
||||
files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
|
||||
awk "$awkprog" $files | sort -f >> $file
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user