Summary: | [www/chromium] fix of handling of spaces in shell script | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuri Victorovich <yuri> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-chromium (Nobody) <chromium> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | emaste, rene | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Maintainer timeout. Patch looks good to me A commit references this bug: Author: rene Date: Thu Jul 23 19:51:05 UTC 2015 New revision: 392749 URL: https://svnweb.freebsd.org/changeset/ports/392749 Log: Fix passing arguments containing spaces to the wrapper shell script. PR: 195816 Submitted by: yuri@rawbw.com MFH: 2015Q3 Changes: head/www/chromium/files/chrome.in A commit references this bug: Author: rene Date: Fri Jul 24 05:47:48 UTC 2015 New revision: 392770 URL: https://svnweb.freebsd.org/changeset/ports/392770 Log: MFH: r392749 Fix passing arguments containing spaces to the wrapper shell script. PR: 195816 Submitted by: yuri@rawbw.com Approved by: ports-secteam (feld) Changes: _U branches/2015Q3/ branches/2015Q3/www/chromium/files/chrome.in |
Created attachment 150377 [details] patch Current bin/chrome shell script messes up arguments when they contain spaces. The way to pass all arguments with proper spaces in "$@" (and not $*)