From 0ffc79dbe2cf743f1d11f65bb755476477f301cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Schplurtz=20le=20D=C3=A9boulonn=C3=A9?= Date: Sat, 15 Feb 2020 23:13:26 +0100 Subject: [PATCH] fix syntax error in _vbmc_sed --- VBoxManage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VBoxManage b/VBoxManage index 174e175..bbb9748 100644 --- a/VBoxManage +++ b/VBoxManage @@ -8,7 +8,7 @@ # define the real sed command to use. GNU sed is needed _vbmc_sed() { - sed "$ @" + sed "$@" } _VBoxManage() {