mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
8 lines
127 B
Bash
8 lines
127 B
Bash
|
#!/bin/sh
|
||
|
PATH=$PATH:%%PREFIX%%/eiffel/bin
|
||
|
EIFFEL_S=%%PREFIX%%/eiffel
|
||
|
|
||
|
export EIFFEL_S PATH
|
||
|
|
||
|
exec %%PREFIX%%/eiffel/bin/ecc $*
|