Diffstat (limited to 'filters/about-formatting.sh')
-rwxr-xr-xfilters/about-formatting.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/about-formatting.sh b/filters/about-formatting.sh
index 85daf9c..4b4a198 100755
--- a/filters/about-formatting.sh
+++ b/filters/about-formatting.sh
@@ -16,7 +16,7 @@
# CGIT_REPO_DEFBRANCH ( = repo.defbranch setting )
# CGIT_REPO_SECTION ( = section setting )
# CGIT_REPO_CLONE_URL ( = repo.clone-url setting )
-
+PATH=$PATH:"/run/system-manager/sw/bin"
cd "$(dirname $0)/html-converters/"
case "$(printf '%s' "$1" | tr '[:upper:]' '[:lower:]')" in
*.markdown|*.mdown|*.md|*.mkd) exec ./md2html; ;;