diff --git a/bootstrap b/bootstrap index 63c8bd5..a273ef6 100755 --- a/bootstrap +++ b/bootstrap @@ -227,6 +227,6 @@ rm -rf /usr/{local/games,local/man/cat*,man/cat*} /var/man ( echo "-> There may be some FIXMEs to attend to (also written to /tmp/FIXMEs):" while IFS=$'\n' read -r ITEM; do echo " -> $ITEM" - done < <(grep -R FIXME /etc | egrep -v "^/etc/(\.git|file|magic|misc)") 2>&1) | tee /tmp/FIXMEs + done < <(grep -R FIXME /etc | egrep -v "^/etc/(\.git|asciidoc|file|magic|misc)") 2>&1) | tee /tmp/FIXMEs echo "-> Bootstrap complete!"