Remove "-i" flags in kernel scriptlet

This commit is contained in:
Pierre Labastie 2019-01-02 20:57:01 +00:00
parent 04fcea11b7
commit f168be19d5

View file

@ -190,6 +190,9 @@ extract_commands() { #
--output ./${PROGNAME}-commands/ \
$XSL \
$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... "
exit 1 ;;