skip CVS when looking at sanitized files

This commit is contained in:
Ian Lance Taylor 1998-08-21 15:58:30 +00:00
parent 7b3e7df66b
commit 3eb82b4ed7

View 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