Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 25 lines 751 B view raw
1From 1990ac93c9dbf3ada0eb2f045ef1aa95bbef7018 Mon Sep 17 00:00:00 2001 2From: "P. R. d. O" <d.ol.rod@tutanota.com> 3Date: Thu, 21 Apr 2022 07:40:30 -0600 4Subject: [PATCH] Setting markdown_bin 5 6--- 7 bb.sh | 2 +- 8 1 file changed, 1 insertion(+), 1 deletion(-) 9 10diff --git a/bb.sh b/bb.sh 11index 9d8e645..40fb54d 100755 12--- a/bb.sh 13+++ b/bb.sh 14@@ -160,7 +160,7 @@ global_variables() { 15 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@ 20 } 21 22 # Check for the validity of some variables 23-- 242.35.1 25