Anthony Eadicicco <[email protected]> has reassigned Bugzilla Automation <[email protected]>'s request for maintainer-feedback to [email protected]: 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 "$@" _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
