]> granicus.if.org Git - php/commitdiff
Ignore extensions/sapis named skeleton
authorJason Greene <jason@php.net>
Wed, 13 Mar 2002 18:39:42 +0000 (18:39 +0000)
committerJason Greene <jason@php.net>
Wed, 13 Mar 2002 18:39:42 +0000 (18:39 +0000)
scripts/credits

index 2bc8eae67ebfec09fcfbb3e1454922a1d1db6545..658580cdd761a66e56ca6d7470e36e53b6417354 100755 (executable)
@@ -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