Remove "-i" flags in kernel scriptlet
This commit is contained in:
parent
04fcea11b7
commit
f168be19d5
1 changed files with 3 additions and 0 deletions
|
@ -190,6 +190,9 @@ extract_commands() { #
|
||||||
--output ./${PROGNAME}-commands/ \
|
--output ./${PROGNAME}-commands/ \
|
||||||
$XSL \
|
$XSL \
|
||||||
$BOOK/index.xml >> $LOGDIR/$LOG 2>&1
|
$BOOK/index.xml >> $LOGDIR/$LOG 2>&1
|
||||||
|
# Remove flags requesting user action in some cases. Much easier here than
|
||||||
|
# in the stylesheet...
|
||||||
|
sed -i 's/-iv /-v /' ./${PROGNAME}-commands/chapter08/*kernel*
|
||||||
;;
|
;;
|
||||||
*) 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