Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 18ae8f7 + 3914c5a commit 6d057c9Copy full SHA for 6d057c9
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