freebsd-ports/devel/understand_ada/files/wrapper.sh
Mario Sergio Fujikawa Ferreira 47286f3e1d o Update to 1.4 Build 149
o Fix bug in wrapper script: do not incorrectly use shift from
  sh(1). First command line argument was being lost when there was
  more than 1 argument.
2002-02-22 23:19:07 +00:00

6 lines
84 B
Bash

#!/bin/sh
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
exec ${PREFIX}/${PROGRAM##*/} ${*} &