aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2015-07-24 03:51:04 +0800
committerrene <rene@FreeBSD.org>2015-07-24 03:51:04 +0800
commitb1db4e917c75141ea05be6f46a2ac8bf8eb12578 (patch)
tree951bc0939fe236a2787b6e1c6674cb2f174916a9 /www
parente6011579b7ca50d7e774c5a74559b5f398439c21 (diff)
downloadfreebsd-ports-gnome-b1db4e917c75141ea05be6f46a2ac8bf8eb12578.tar.gz
freebsd-ports-gnome-b1db4e917c75141ea05be6f46a2ac8bf8eb12578.tar.zst
freebsd-ports-gnome-b1db4e917c75141ea05be6f46a2ac8bf8eb12578.zip
Fix passing arguments containing spaces to the wrapper shell script.
PR: 195816 Submitted by: yuri@rawbw.com MFH: 2015Q3
Diffstat (limited to 'www')
-rw-r--r--www/chromium/files/chrome.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/chromium/files/chrome.in b/www/chromium/files/chrome.in
index 347af992438e..838722851838 100644
--- a/www/chromium/files/chrome.in
+++ b/www/chromium/files/chrome.in
@@ -15,4 +15,4 @@ $SYSCTL=1
EOMSG
exit 1
fi
-%%PREFIX%%/share/chromium/chrome $*
+%%PREFIX%%/share/chromium/chrome "$@"