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

next in thread | previous in thread | raw e-mail | index | archive | help
Anthony Eadicicco <neffi@neffi.net> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to
chromium@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 "$@"



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