Merge trunk r3943
This commit is contained in:
parent
580d773239
commit
b9cd0ee5f1
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ extract_commands() { #
|
||||||
--stringparam nameserver2 $DNS2 \
|
--stringparam nameserver2 $DNS2 \
|
||||||
--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