https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204644
Bug ID: 204644
Summary: www/chromium: Cannot open files containing spaces, bad
shell script
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
The Chromium port ships with a wrapper script at /usr/local/bin/chrome to
ensure a sysctl is properly set. This then redirects input to the real binary,
but is doing so incorrectly. The offending line:
exec /usr/local/share/chromium/chrome $*
should read:
exec /usr/local/share/chromium/chrome "$@"
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to "[email protected]"