Close #72
This commit is contained in:
parent
db3f42c417
commit
95854e9dfe
1 changed files with 1 additions and 1 deletions
2
bb.sh
2
bb.sh
|
@ -143,7 +143,7 @@ global_variables() {
|
||||||
|
|
||||||
# Markdown location. Trying to autodetect by default.
|
# Markdown location. Trying to autodetect by default.
|
||||||
# The invocation must support the signature 'markdown_bin in.md > out.html'
|
# The invocation must support the signature 'markdown_bin in.md > out.html'
|
||||||
markdown_bin="$(which Markdown.pl)"
|
markdown_bin="$(which Markdown.pl || which markdown)"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check for the validity of some variables
|
# Check for the validity of some variables
|
||||||
|
|
Loading…
Add table
Reference in a new issue