aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2016-10-17 12:00:20 +0800
committerdanfe <danfe@FreeBSD.org>2016-10-17 12:00:20 +0800
commit273bab661418b8673817530d5dcf979f83581058 (patch)
tree473bf3e9dcb8e4384639fc0f62e42d482a77f975 /news
parent1f1416a59e360fa4cc3e78ba33310f2ffcd0ff34 (diff)
downloadfreebsd-ports-gnome-273bab661418b8673817530d5dcf979f83581058.tar.gz
freebsd-ports-gnome-273bab661418b8673817530d5dcf979f83581058.tar.zst
freebsd-ports-gnome-273bab661418b8673817530d5dcf979f83581058.zip
- 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')
-rw-r--r--news/papercut/files/papercut-wrapper3
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 "$@"