diff options
author | rene <rene@FreeBSD.org> | 2015-07-24 03:51:04 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-07-24 03:51:04 +0800 |
commit | b1db4e917c75141ea05be6f46a2ac8bf8eb12578 (patch) | |
tree | 951bc0939fe236a2787b6e1c6674cb2f174916a9 /www | |
parent | e6011579b7ca50d7e774c5a74559b5f398439c21 (diff) | |
download | freebsd-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.in | 2 |
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 "$@" |