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 7154c07 commit 36d79b5Copy full SHA for 36d79b5
bb.sh
@@ -160,7 +160,7 @@ global_variables() {
160
161
# Markdown location. Trying to autodetect by default.
162
# The invocation must support the signature 'markdown_bin in.md > out.html'
163
- markdown_bin=$(which Markdown.pl 2>/dev/null || which markdown 2>/dev/null)
+ [[ -f Markdown.pl ]] && markdown_bin=./Markdown.pl || markdown_bin=$(which Markdown.pl 2>/dev/null || which markdown 2>/dev/null)
164
}
165
166
# Check for the validity of some variables
0 commit comments