diff options
Diffstat (limited to 'filters/html-converters/rst2html')
-rwxr-xr-x | filters/html-converters/rst2html | 2 |
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") |