From 95854e9dfecda32f679ba2e6285369f934b2e68e Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Mon, 9 Mar 2015 11:21:15 +0100 Subject: [PATCH] Close #72 --- bb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.sh b/bb.sh index f55f236..156f586 100755 --- a/bb.sh +++ b/bb.sh @@ -143,7 +143,7 @@ global_variables() { # Markdown location. Trying to autodetect by default. # 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