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:
Freddy Vulto 2009-09-24 21:00:31 +02:00
parent 5cd7272447
commit f871fe4101

View File

@ -9,7 +9,7 @@ _dd()
local cur
COMPREPLY=()
cur=`_get_cword`
cur=`_get_cword =`
case "$cur" in
if=*|of=*)