Fixed invalid done; in shell script -- typo.
This commit is contained in:
parent
52ed7c3db8
commit
c277625152
@ -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
|
||||
|
Reference in New Issue
Block a user