From owner-svn-ports-all@FreeBSD.ORG Sun Nov 30 12:15:34 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 0502F46B; Sun, 30 Nov 2014 12:15:34 +0000 (UTC) Date: Sun, 30 Nov 2014 12:15:34 +0000 From: Alexey Dokuchaev To: Johannes Jost Meixner Subject: Re: svn commit: r373657 - head/editors/sublime/files Message-ID: <20141130121533.GA72450@FreeBSD.org> References: <201411300217.sAU2HpFe057462@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201411300217.sAU2HpFe057462@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 12:15:34 -0000 On Sun, Nov 30, 2014 at 02:17:51AM +0000, Johannes Jost Meixner wrote: > New Revision: 373657 > URL: https://svnweb.freebsd.org/changeset/ports/373657 > QAT: https://qat.redports.org/buildarchive/r373657/ > > [...] > #!/compat/linux/bin/sh > -%%DATADIR%%/sublime_text > +%%DATADIR%%/sublime_text $* $* is wrong, should be "$@" (yes, with quotes). Otherwise it won't handle parameters with spaces etc. correctly. Same bug exists in editors/sublime3. ./danfe