X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/525c815cc400bc49881144bcd7e7b717bbc1af5d..1892cd9a603e1eda206c40efb576bd75b7532be6:/filters/html-converters/rst2html 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")