svn commit: r436204 - in head/devel/arduino: . files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Mar 15 12:54:03 UTC 2017


On Wed, Mar 15, 2017 at 09:04:18AM +0000, Carlos J. Puga Medina wrote:
> New Revision: 436204
> URL: https://svnweb.freebsd.org/changeset/ports/436204
> 
> Log:
>   - Fix Arduino wrapper to allow loading of sketches from the command line
> 
> Modified: head/devel/arduino/files/arduino.in
> ...
> @@ -5,4 +5,4 @@
>  PATH="%%LINUXBASE%%/usr/bin:${PATH}"
>  export PATH
>  
> -exec %%PREFIX%%/%%PORTNAME%%/arduino %%PREFIX%%/%%PORTNAME%%
> +exec '%%PREFIX%%/%%PORTNAME%%/arduino' $@

This is wrong, man sh(1).

./danfe

P.S.  It should read "$@".


More information about the svn-ports-head mailing list