Logging of the scriptlets generation had disappeared in the preceding

commit...
This commit is contained in:
Pierre Labastie 2017-03-27 19:10:38 +00:00
parent 1814367e83
commit 5e59386c6d

View file

@ -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 ;;