skip CVS when looking at sanitized files
authorIan Lance Taylor <ian@airs.com>
Fri, 21 Aug 1998 15:58:30 +0000 (15:58 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 21 Aug 1998 15:58:30 +0000 (15:58 +0000)
gas/.Sanitize

index b90deefa3ccdcdebd5489bcf2228f7e5ca41bd44..72710e027390cf0a83e5496f6228f49c24f45983 100644 (file)
@@ -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