:
#
# @(#)CMPwithTOOL		2.0.5  1996-09-03  SQL DBS
#                       Compare the new PTOC with the 'try' version in $TOOL
#

echo 'Comparing "ptoc.h"'
diff   ./include/ptoc.h     $TOOL/incl/ptoc.h.try       | more
sleep 2
echo 'Comparing "libsqlptc.a"'
cmp -l ./libpc/libsqlptc.a  $TOOL/lib/libsql.a.try   | more
sleep 2
echo 'Comparing "ptoc"'
cmp -l ./ptoc/ptoc          $TOOL/bin/ptoc.try          | more
sleep 2
echo 'Comparing "pgenc"'
cmp -l ./pcomp/pgenc        $TOOL/lib/pgenc.try         | more
