*** empty log message ***

This commit is contained in:
hyung-hwan 2007-02-04 12:41:21 +00:00
parent 8ca537e5b2
commit 47dda84f12

View File

@ -56,12 +56,21 @@ finalize ()
}
if [ $# -ne 2 ]
#if [ $# -ne 2 ]
#then
# echo "Usage: $0"
# exit 1
#fi
if [ ! -f ../CVS/Tag ]
then
echo "Usage: $0"
exit 1
echo "Error: ../CVS/Tag not found"
exit 1;
fi
VER=`cat ../CVS/Tag | cut -c2-`
echo $VER
cwd=`pwd`
cd ".."
base=`pwd`