mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
a8009f45f0
development environment Submitted by: blackend
7 lines
86 B
Bash
7 lines
86 B
Bash
#!/bin/sh
|
|
|
|
PREFIX="%%PREFIX%%"
|
|
PROGRAM="${0}"
|
|
|
|
exec ${PREFIX}/${PROGRAM##*/} "${@}" &
|