skip CVS when looking at sanitized files
This commit is contained in:
parent
7b3e7df66b
commit
3eb82b4ed7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user