Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d057c9

Browse files
author
Ryan Neufeld
committed
Merge pull request clojure-cookbook#485 from toolkit/master
Add another common SOURCE_HIGHLIGHT_DIR location
2 parents 18ae8f7 + 3914c5a commit 6d057c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/asciidoc/bootstrap.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ elif [[ -d "/usr/local/share/source-highlight" ]] ; then
5858
SOURCE_HIGHLIGHT_DIR="/usr/local/share/source-highlight"
5959
elif [[ -d "/usr/share/source-highlight" ]] ; then
6060
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"
6163
else
6264
echo "source-highlight directory not found. Provide one via \$SOURCE_HIGHLIGHT_DIR"
6365
exit

0 commit comments

Comments
 (0)