From: Jason Greene Date: Wed, 13 Mar 2002 18:39:42 +0000 (+0000) Subject: Ignore extensions/sapis named skeleton X-Git-Tag: help~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94e6810a2a3e189cf729bdbae8f45cd9d7987ad6;p=php Ignore extensions/sapis named skeleton --- diff --git a/scripts/credits b/scripts/credits index 2bc8eae67e..658580cdd7 100755 --- a/scripts/credits +++ b/scripts/credits @@ -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