diff options
Diffstat (limited to 'news/papercut/files/papercut-wrapper')
-rw-r--r-- | news/papercut/files/papercut-wrapper | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/papercut/files/papercut-wrapper b/news/papercut/files/papercut-wrapper index b9aa1db56963..51ca9df5e4ac 100644 --- a/news/papercut/files/papercut-wrapper +++ b/news/papercut/files/papercut-wrapper @@ -9,5 +9,4 @@ export PYTHONPATH # You can change this to point to your Python interpreter if you wish. PYTHON=__PYTHON__ -exec "$PYTHON" ${PPCPATH}/papercut.py $@ - +exec "$PYTHON" ${PPCPATH}/papercut.py "$@" |