File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1151,7 +1151,7 @@ symlinks: $(DATA)
11511151 mdecrypt
11521152 $(ss ) _mdbook \
11531153 _deno _diesel _dprint _starship
1154- $(ss ) mfilutil \
1154+ $(ss ) mfiutil \
11551155 mrsasutil
11561156 $(ss ) mplayer \
11571157 gmplayer kplayer mencoder mplayer2
Original file line number Diff line number Diff line change @@ -12,23 +12,23 @@ _comp_cmd_mfiutil()
1212 local options=" -u -d -e"
1313 case " $OSTYPE " in
1414 * freebsd* )
15- options= " $options -D -t"
15+ options+= " -D -t"
1616 ;;
1717 * dragonflybsd* | * solaris* )
18- options= " $options -t"
18+ options+= " -t"
1919 ;;
2020 esac
2121 local end_of_options=
2222 local w
2323 for w in " ${words[@]: 1: cword-1} " ; do
2424 case " $w " in
2525 --)
26- end_of_options=1
26+ end_of_options=set
2727 break
2828 ;;
2929 -* ) ;;
3030 * )
31- end_of_options=1
31+ end_of_options=set
3232 break
3333 ;;
3434 esac
You can’t perform that action at this time.
0 commit comments