Fixed invalid done; in shell script -- typo.

This commit is contained in:
Stanislav Mekhanoshin 2006-02-20 12:11:28 +00:00
parent 52ed7c3db8
commit c277625152

View File

@ -39,7 +39,7 @@ gmake tokentpl.txt tokencfg.txt
cd ..
for i in bin/gedsun bin/gnsun bin/rddtsun ; do
if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; done
if [ ! -f ${i} ] ; then echo "File ${i} not exists, stop!"; exit 1 ; fi
done
# creating package