Carlos Fenollosa 10 년 전
부모
커밋
95854e9dfe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bb.sh

+ 1 - 1
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