Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #11654
| From | isabella parakiss <izaberina@gmail.com> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | warnings with compgen -C and -F |
| Date | 2015-10-14 10:08 +0200 |
| Message-ID | <mailman.293.1444810184.7904.bug-bash@gnu.org> (permalink) |
What's the point of these two warnings in builtins/complete.def ?
if (Farg)
builtin_error (_("warning: -F option may not work as you expect"));
if (Carg)
builtin_error (_("warning: -C option may not work as you expect"));
Can they be removed? It's stupid to provide a function, and warn every
time someone uses it.
It's also impossible to suppress _that_ warning without suppressing any
error from the actual command.
---
xoxo iza
Back to gnu.bash.bug | Previous | Next | Find similar
warnings with compgen -C and -F isabella parakiss <izaberina@gmail.com> - 2015-10-14 10:08 +0200
csiph-web