Don't scan /etc/asciidoc for FIXMEs.
This commit is contained in:
parent
b6ef336cc5
commit
7a1ec22b3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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!"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue