From 5e59386c6d1e09a0df963a135dad5b613cbc024e Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Mon, 27 Mar 2017 19:10:38 +0000 Subject: [PATCH] Logging of the scriptlets generation had disappeared in the preceding commit... --- common/libs/func_book_parser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/libs/func_book_parser b/common/libs/func_book_parser index 24ed238..1f354c2 100644 --- a/common/libs/func_book_parser +++ b/common/libs/func_book_parser @@ -163,7 +163,7 @@ extract_commands() { # --stringparam pkgmngt $PKGMNGT \ --output ./${PROGNAME}-commands/ \ $XSL \ - $BOOK/index.xml + $BOOK/index.xml >> $LOGDIR/$LOG 2>&1 ;; *) echo -n " ${L_arrow}${PROGNAME}${R_arrow} book invalid, terminate build... " exit 1 ;;