From 94e6810a2a3e189cf729bdbae8f45cd9d7987ad6 Mon Sep 17 00:00:00 2001 From: Jason Greene Date: Wed, 13 Mar 2002 18:39:42 +0000 Subject: [PATCH] Ignore extensions/sapis named skeleton --- scripts/credits | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.50.1