Fix a missing \n in gen_pkg_book.sh

This commit is contained in:
Pierre Labastie 2012-03-24 10:17:34 +00:00
parent f67b8c226f
commit 46d25bc515

View file

@ -173,7 +173,7 @@ for ht in ${BookHtml}/*.html
do sed -i 's@../stylesheets@stylesheets@' $ht
sed -i 's@../images@images@' $ht
done
echo -en "\n\tGenerating the build scripts ..."
echo -en "\n\tGenerating the build scripts ...\n"
rm -rf scripts
xsltproc --xinclude --nonet \
--stringparam sudo $SUDO \