freebsd-ports/www/nanoblogger/files/patch-plugins__page__format__markdown.sh
Wesley Shields ce049b5098 - Update to 3.4.2
PR:		ports/144474
Submitted by:	Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
Feature safe:	yes
2010-03-06 01:37:24 +00:00

11 lines
432 B
Bash

--- ./plugins/page/format/markdown.sh.orig 2009-08-10 02:01:37.000000000 +0200
+++ ./plugins/page/format/markdown.sh 2010-03-01 22:10:36.000000000 +0100
@@ -5,7 +5,7 @@
: ${MARKDOWN_CMD:=markdown}
: ${MARKDOWN_OPTS:= }
-nb_eval "$MARKDOWN_CMD" && MARKDOWN_INPATH=true
+nb_eval "$MARKDOWN_CMD -v" && MARKDOWN_INPATH=true
if [ "$MARKDOWN_INPATH" = "true" ]; then
nb_msg "$plugins_entryfilteraction `basename $nb_plugin` ..."