echo 'Differences in Icon Source Files'
echo 'File 1 is Mac Icon; File 2 is Icon V6.0'
date

set exit 0

cd {icon}src:h
for x in `ls -t TEXT`
  compare {x} IconSrc:h:{x}
end

cd {icon}src:tran
for x in `ls -t TEXT`
  compare {x} IconSrc:tran:{x}
end

cd {icon}src:link
for x in `ls -t TEXT`
  compare {x} IconSrc:link:{x}
end

cd {icon}src:iconx
for x in `ls -t TEXT`
  compare {x} IconSrc:iconx:{x}
  if {status} == 1
    echo "###Whole text of {x}:"
    catenate {x}
  end
end

cd {icon}src:icont
for x in `ls -t TEXT`
  compare {x} IconSrc:icont:{x}
  if {status} == 1
    echo "###Whole text of {x}:"
    catenate {x}
  end
end

set exit 1
cd {Icon}src
