From 46d25bc515b10241d97cf26d2a21ee0a36b1d5a7 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 24 Mar 2012 10:17:34 +0000 Subject: [PATCH] Fix a missing \n in gen_pkg_book.sh --- BLFS/gen_pkg_book.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BLFS/gen_pkg_book.sh b/BLFS/gen_pkg_book.sh index c2318d8..558ba51 100755 --- a/BLFS/gen_pkg_book.sh +++ b/BLFS/gen_pkg_book.sh @@ -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 \