From 3eb82b4ed702b2132b2198ddd5eeb4a069a9fa8c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 21 Aug 1998 15:58:30 +0000 Subject: [PATCH] skip CVS when looking at sanitized files --- gas/.Sanitize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/.Sanitize b/gas/.Sanitize index b90deef..72710e0 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -547,7 +547,7 @@ done # Check each file we removed from gas/config, and make sure it is not # mentioned in Makefiles or configure files. for lost in .. $gas_config_files; do - if test $lost != ..; then + if test $lost != .. && test $lost != CVS; then if test -f config/$lost; then : else -- 2.7.4