Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2015 20:54:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204644] www/chromium: Cannot open files containing spaces, bad shell script
Message-ID:  <bug-204644-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: neffi@neffi.net
          Assignee: chromium@FreeBSD.org
             Flags: maintainer-feedback?(chromium@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204644-13>