Index: head/devel/arduino/files/arduino.in =================================================================== --- head/devel/arduino/files/arduino.in (revision 436252) +++ head/devel/arduino/files/arduino.in (revision 436253) @@ -1,8 +1,8 @@ #!/bin/sh # wrapper to execute the Arduino start script # Need the linux version of readlink PATH="%%LINUXBASE%%/usr/bin:${PATH}" export PATH -exec '%%PREFIX%%/%%PORTNAME%%/arduino' $@ +exec "%%PREFIX%%/%%PORTNAME%%/arduino" "$@"