1 From 1990ac93c9dbf3ada0eb2f045ef1aa95bbef7018 Mon Sep 17 00:00:00 2001
2 From: "P. R. d. O" <d.ol.rod@tutanota.com>
3 Date: Thu, 21 Apr 2022 07:40:30 -0600
4 Subject: [PATCH] Setting markdown_bin
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/bb.sh b/bb.sh
11 index 9d8e645..40fb54d 100755
14 @@ -160,7 +160,7 @@ global_variables() {
16 # Markdown location. Trying to autodetect by default.
17 # The invocation must support the signature 'markdown_bin in.md > out.html'
18 - [[ -f Markdown.pl ]] && markdown_bin=./Markdown.pl || markdown_bin=$(which Markdown.pl 2>/dev/null || which markdown 2>/dev/null)
19 + markdown_bin=@markdown_path@
22 # Check for the validity of some variables