PHP Code:
LIST_FILE='locale_list'
if [ -r $LIST_FILE ]; then
rm -rdf object
mkdir object
while read line;
do
./qc $line
done < $LIST_FILE
else
echo $LIST_FILE' is missing'
fi
PHP Code:
make.sh: 11: Syntax error: word unexpected (expecting "fi")






