maintainer-feedback requested: [Bug 204644] www/chromium: Cannot open files containing spaces, bad shell script

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 17 20:54:02 UTC 2015


Anthony Eadicicco <neffi at neffi.net> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to
chromium at FreeBSD.org:
Bug 204644: www/chromium: Cannot open files containing spaces, bad shell script
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204644



--- Description ---
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 "$@"


More information about the freebsd-chromium mailing list