Skip to content

Commit

Permalink
Asciidoctor Diagram is fixing this upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
quinngrier committed Aug 6, 2023
1 parent b31efc4 commit 639c857
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ x+=' -r asciidoctor-diagram'
x+=' index.adoc'
eval " $x"

# Asciidoctor Diagram may output files whose filenames contain colon
# characters into the .asciidoctor/diagram directory. Obviously this
# causes severe portability problems, and the .asciidoctor directory
# seems to just be a cache, so we'll just delete it.
rm -f -r .asciidoctor

for x in diag-*; do
exit 0
done
Expand Down

0 comments on commit 639c857

Please sign in to comment.