File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ _comp_cmd_aclocal()
20
20
--warnings | -W)
21
21
local cats=(syntax unsupported)
22
22
COMPREPLY=($( compgen -W \
23
- ' ${cats[@]} ${cats[@]/#/no-} all none error' -- " $cur " ) )
23
+ ' " ${cats[@]}" " ${cats[@]/#/no-}" all none error' -- " $cur " ) )
24
24
return
25
25
;;
26
26
esac
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ _comp_cmd_autoconf()
16
16
--warnings | -W)
17
17
local cats=(cross obsolete syntax)
18
18
COMPREPLY=($( compgen -W \
19
- ' ${cats[@]} ${cats[@]/#/no-} all none error' -- " $cur " ) )
19
+ ' " ${cats[@]}" " ${cats[@]/#/no-}" all none error' -- " $cur " ) )
20
20
return
21
21
;;
22
22
--prepend-include | -B | --include | -I)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ _comp_cmd_automake()
12
12
--warnings | -W)
13
13
local cats=(gnu obsolete override portability syntax unsupported)
14
14
COMPREPLY=($( compgen -W \
15
- ' ${cats[@]} ${cats[@]/#/no-} all none error' -- " $cur " ) )
15
+ ' " ${cats[@]}" " ${cats[@]/#/no-}" all none error' -- " $cur " ) )
16
16
return
17
17
;;
18
18
--libdir)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ _comp_cmd_autoreconf()
13
13
local cats=(cross gnu obsolete override portability syntax
14
14
unsupported)
15
15
COMPREPLY=($( compgen -W \
16
- ' ${cats[@]} ${cats[@]/#/no-} all none error' -- " $cur " ) )
16
+ ' " ${cats[@]}" " ${cats[@]/#/no-}" all none error' -- " $cur " ) )
17
17
return
18
18
;;
19
19
--prepend-include | -B | --include | -I)
You can’t perform that action at this time.
0 commit comments