1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

D'oh. I forgot to add "$@" to the vmware command line.

This commit is contained in:
Akinori MUSHA 2000-04-18 11:06:35 +00:00
parent d9e66eae6e
commit 3685fd311f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27724
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@
LANG=C
PATH=/bin:$PATH
@@PREFIX@@/lib/vmware/bin/vmware
@@PREFIX@@/lib/vmware/bin/vmware "$@"

View File

@ -7,4 +7,4 @@
LANG=C
PATH=/bin:$PATH
@@PREFIX@@/lib/vmware/bin/vmware
@@PREFIX@@/lib/vmware/bin/vmware "$@"