svn commit: r373657 - head/editors/sublime/files

Alexey Dokuchaev danfe at FreeBSD.org
Sun Nov 30 12:15:34 UTC 2014


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


More information about the svn-ports-all mailing list