From 4531d2581366edb81096d2dde12cf814f0de1bd5 Mon Sep 17 00:00:00 2001 From: kib Date: Sun, 24 Jun 2018 15:22:38 +0000 Subject: [PATCH] bhyve/vmrun.sh: make -L functional. Sponsored by: The FreeBSD Foundation MFC after: 3 days --- share/examples/bhyve/vmrun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/examples/bhyve/vmrun.sh b/share/examples/bhyve/vmrun.sh index 21a1a185705e..bc9d69c42b78 100755 --- a/share/examples/bhyve/vmrun.sh +++ b/share/examples/bhyve/vmrun.sh @@ -134,7 +134,7 @@ vncport=${DEFAULT_VNCPORT} vncsize=${DEFAULT_VNCSIZE} tablet="" -while getopts aAc:C:d:e:Ef:F:g:hH:iI:l:m:n:p:P:t:Tuvw c ; do +while getopts aAc:C:d:e:Ef:F:g:hH:iI:l:L:m:n:p:P:t:Tuvw c ; do case $c in a) bhyverun_opt="${bhyverun_opt} -a"