mirror of
https://github.com/gryf/vboxmanage-bash-completion.git
synced 2025-12-17 11:30:23 +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