diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-10-17 04:00:20 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-10-17 04:00:20 +0000 |
commit | bbc0e7b3768fd407bc6823461ac9cb1e90fe2785 (patch) | |
tree | 473bf3e9dcb8e4384639fc0f62e42d482a77f975 /news/papercut/files/papercut-wrapper | |
parent | - Update to 1.20160612 (diff) |
- Double-quote $@ to properly propagate parameters down the execution path
- Consistently pad (separate) shebang in wrapper scripts with an empty line
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 "$@" |