mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Ignore extensions/sapis named skeleton
This commit is contained in:
parent
795c206389
commit
94e6810a2a
1 changed files with 3 additions and 1 deletions
|
@ -20,5 +20,7 @@ do
|
||||||
*/
|
*/
|
||||||
|
|
||||||
END
|
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
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue