Fix dd to not break COMP_CWORDS on =
This fixes dd on bash-4 where COMP_CWORDS are broken on = as well.
This commit is contained in:
parent
5cd7272447
commit
f871fe4101
@ -9,7 +9,7 @@ _dd()
|
||||
local cur
|
||||
|
||||
COMPREPLY=()
|
||||
cur=`_get_cword`
|
||||
cur=`_get_cword =`
|
||||
|
||||
case "$cur" in
|
||||
if=*|of=*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user