#!/bin/sh

diff $1.lib $1.lib.bak --brief
if [ $? -ne 0 ]; then
  touch $1.lib.chg
fi
