svn commit: r392770 - branches/2015Q3/www/chromium/files

Rene Ladan rene at FreeBSD.org
Fri Jul 24 05:47:49 UTC 2015


Author: rene
Date: Fri Jul 24 05:47:47 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 at rawbw.com
  Approved by:	ports-secteam (feld)

Modified:
  branches/2015Q3/www/chromium/files/chrome.in
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/www/chromium/files/chrome.in
==============================================================================
--- branches/2015Q3/www/chromium/files/chrome.in	Fri Jul 24 05:46:10 2015	(r392769)
+++ branches/2015Q3/www/chromium/files/chrome.in	Fri Jul 24 05:47:47 2015	(r392770)
@@ -15,4 +15,4 @@ $SYSCTL=1
 EOMSG
 	exit 1
 fi
-%%PREFIX%%/share/chromium/chrome $*
+%%PREFIX%%/share/chromium/chrome "$@"


More information about the svn-ports-branches mailing list