File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -687,7 +687,7 @@ _variables()
687
687
#
688
688
_init_completion ()
689
689
{
690
- local exclude= flag outx errx inx OPTIND=1
690
+ local exclude=" " flag outx errx inx OPTIND=1
691
691
692
692
while getopts " n:e:o:i:s" flag " $@ " ; do
693
693
case $flag in
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ _linux_fstab()
75
75
realcur=" $( readlink -f " $cur ." 2> /dev/null) /" ||
76
76
realcur=$( readlink -f " $cur " 2> /dev/null)
77
77
if [[ $realcur ]]; then
78
- local dirrealcur= dircur= basecur
78
+ local dirrealcur=" " dircur=" " basecur
79
79
if [[ $cur == * /* ]]; then
80
80
dirrealcur=" ${realcur%/* } /"
81
81
dircur=" ${cur%/* } /"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ _modprobe()
40
40
return
41
41
fi
42
42
43
- local i mode=insert module= version=$( uname -r)
43
+ local i mode=insert module=" " version=$( uname -r)
44
44
for (( i= 1 ; i < $cword ; i++ )) ; do
45
45
case " ${words[i]} " in
46
46
--remove|-! (-* )r* )
You can’t perform that action at this time.
0 commit comments