We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ae8f7 commit 3914c5aCopy full SHA for 3914c5a
script/asciidoc/bootstrap.sh
@@ -58,6 +58,8 @@ elif [[ -d "/usr/local/share/source-highlight" ]] ; then
58
SOURCE_HIGHLIGHT_DIR="/usr/local/share/source-highlight"
59
elif [[ -d "/usr/share/source-highlight" ]] ; then
60
SOURCE_HIGHLIGHT_DIR="/usr/share/source-highlight"
61
+elif [[ -d "/opt/local/share/source-highlight" ]] ; then
62
+ SOURCE_HIGHLIGHT_DIR="/opt/local/share/source-highlight"
63
else
64
echo "source-highlight directory not found. Provide one via \$SOURCE_HIGHLIGHT_DIR"
65
exit
0 commit comments