[BACK]Return to commitcheck CVS log [TXT][DIR] Up to [local] / CVSROOT

File: [local] / CVSROOT / commitcheck (download)

Revision 1.1, Wed Oct 27 17:45:04 1999 UTC (24 years, 6 months ago) by maekawa
Branch: MAIN
CVS Tags: HEAD

o check whether $OpenXM$ exists or not

#! /bin/sh
#
if $CVSROOT/CVSROOT/commit_prep.pl ${1+"$@"}
then
	:	# no problem
else
	echo "commit_prep.pl failed!" 1>&2
	exit 1
fi

exit 0		# go on.