Skip to content

Commit cbd2661

Browse files
committed
fix(mfiutil): more link and style issues
1 parent 041afeb commit cbd2661

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

completions/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

completions/mfiutil

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)