mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2026-02-01 08:45:45 +01:00
fix syntax error in _vbmc_sed
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
# define the real sed command to use. GNU sed is needed
|
||||
_vbmc_sed() {
|
||||
sed "$ @"
|
||||
sed "$@"
|
||||
}
|
||||
|
||||
_VBoxManage() {
|
||||
|
||||
Reference in New Issue
Block a user