From owner-svn-ports-head@freebsd.org Mon Oct 17 04:08:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E512C11DE8; Mon, 17 Oct 2016 04:08:35 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 544121FAD; Mon, 17 Oct 2016 04:08:35 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 531391A02; Mon, 17 Oct 2016 04:08:35 +0000 (UTC) Date: Mon, 17 Oct 2016 04:08:35 +0000 From: Alexey Dokuchaev To: Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r423993 - in head/java: . intellij-ultimate intellij-ultimate/files Message-ID: <20161017040835.GA55800@FreeBSD.org> References: <201610142107.u9EL72GG079878@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201610142107.u9EL72GG079878@repo.freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 04:08:35 -0000 On Fri, Oct 14, 2016 at 09:07:02PM +0000, Kurt Jaeger wrote: > New Revision: 423993 > URL: https://svnweb.freebsd.org/changeset/ports/423993 > > Log: > New port: java/intellij-ultimate > > [...] > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/java/intellij-ultimate/files/idea.in Fri Oct 14 21:07:02 2016 (r423993) > @@ -0,0 +1,2 @@ > +#!/bin/sh > +exec "%%IDEA_HOME%%/bin/idea.sh" $@ I presume you'd wanted $@ to be quoted here. Apparently this is a rather common mistake. Fixed as part of r424092. ./danfe