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)
1151
1151
mdecrypt
1152
1152
$(ss ) _mdbook \
1153
1153
_deno _diesel _dprint _starship
1154
- $(ss ) mfilutil \
1154
+ $(ss ) mfiutil \
1155
1155
mrsasutil
1156
1156
$(ss ) mplayer \
1157
1157
gmplayer kplayer mencoder mplayer2
Original file line number Diff line number Diff line change @@ -12,23 +12,23 @@ _comp_cmd_mfiutil()
12
12
local options=" -u -d -e"
13
13
case " $OSTYPE " in
14
14
* freebsd* )
15
- options= " $options -D -t"
15
+ options+= " -D -t"
16
16
;;
17
17
* dragonflybsd* | * solaris* )
18
- options= " $options -t"
18
+ options+= " -t"
19
19
;;
20
20
esac
21
21
local end_of_options=
22
22
local w
23
23
for w in " ${words[@]: 1: cword-1} " ; do
24
24
case " $w " in
25
25
--)
26
- end_of_options=1
26
+ end_of_options=set
27
27
break
28
28
;;
29
29
-* ) ;;
30
30
* )
31
- end_of_options=1
31
+ end_of_options=set
32
32
break
33
33
;;
34
34
esac
You can’t perform that action at this time.
0 commit comments