Logging of the scriptlets generation had disappeared in the preceding
commit...
This commit is contained in:
parent
1814367e83
commit
5e59386c6d
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ extract_commands() { #
|
||||||
--stringparam pkgmngt $PKGMNGT \
|
--stringparam pkgmngt $PKGMNGT \
|
||||||
--output ./${PROGNAME}-commands/ \
|
--output ./${PROGNAME}-commands/ \
|
||||||
$XSL \
|
$XSL \
|
||||||
$BOOK/index.xml
|
$BOOK/index.xml >> $LOGDIR/$LOG 2>&1
|
||||||
;;
|
;;
|
||||||
*) echo -n " ${L_arrow}${PROGNAME}${R_arrow} book invalid, terminate build... "
|
*) echo -n " ${L_arrow}${PROGNAME}${R_arrow} book invalid, terminate build... "
|
||||||
exit 1 ;;
|
exit 1 ;;
|
||||||
|
|
Reference in a new issue