aboutsummaryrefslogtreecommitdiffstats
path: root/filters/html-converters/rst2html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xfilters/html-converters/rst2html2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/html-converters/rst2html b/filters/html-converters/rst2html
index 756a4e1..02d90f8 100755
--- a/filters/html-converters/rst2html
+++ b/filters/html-converters/rst2html
@@ -1,2 +1,2 @@
#!/bin/bash
-rst2html.py --template <(echo -e "%(stylesheet)s\n%(body_pre_docinfo)s\n%(docinfo)s\n%(body)s")
+exec rst2html.py --template <(echo -e "%(stylesheet)s\n%(body_pre_docinfo)s\n%(docinfo)s\n%(body)s")