aboutsummaryrefslogtreecommitdiff
path: root/devel/understand_ada/files
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-16 02:02:55 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-16 02:02:55 +0000
commit6b10ccc38e6a098ea4fe5ae607c268c5b258e31d (patch)
treec0d8b47e95f968907335dd4ac17a5ba9d29770c2 /devel/understand_ada/files
parent32889f13d2356670cbd8339ad7ad66bd0824af3c (diff)
Notes
Diffstat (limited to 'devel/understand_ada/files')
-rw-r--r--devel/understand_ada/files/wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/understand_ada/files/wrapper.sh b/devel/understand_ada/files/wrapper.sh
index bd1cba029f75..0d2727a8f314 100644
--- a/devel/understand_ada/files/wrapper.sh
+++ b/devel/understand_ada/files/wrapper.sh
@@ -3,4 +3,4 @@
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
-exec ${PREFIX}/${PROGRAM##*/} ${*} &
+exec ${PREFIX}/${PROGRAM##*/} "${@}" &