freebsd-ports/devel/arduino/files/arduino.in
Carlos J. Puga Medina 74f7f66b97 - Fix the exec statement in arduino.in
Reported by:	danfe
2017-03-15 16:54:57 +00:00

8 lines
188 B
Bash

#!/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" "$@"