Don't scan /etc/asciidoc for FIXMEs.

This commit is contained in:
Darren 'Tadgy' Austin 2022-09-19 22:34:37 +01:00
commit 7a1ec22b3f

View file

@ -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):" ( echo "-> There may be some FIXMEs to attend to (also written to /tmp/FIXMEs):"
while IFS=$'\n' read -r ITEM; do while IFS=$'\n' read -r ITEM; do
echo " -> $ITEM" 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!" echo "-> Bootstrap complete!"