[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


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: chromium at FreeBSD.org
          Reporter: neffi at neffi.net
          Assignee: chromium at FreeBSD.org
             Flags: maintainer-feedback?(chromium at FreeBSD.org)

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.


More information about the freebsd-ports-bugs mailing list