[Bug 859167] New: bash, tab completion breaks redirection
https://bugzilla.novell.com/show_bug.cgi?id=859167 https://bugzilla.novell.com/show_bug.cgi?id=859167#c0 Summary: bash, tab completion breaks redirection Classification: openSUSE Product: openSUSE 13.1 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: sweet_f_a@gmx.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0 example: systemctl status > /tm<TAB> # nothing happens This is broken for many commands. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=859167 https://bugzilla.novell.com/show_bug.cgi?id=859167#c Xiyuan Liu <xyliu@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyliu@suse.com AssignedTo|bnc-team-screening@forge.pr |werner@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=859167 https://bugzilla.novell.com/show_bug.cgi?id=859167#c1 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |werner@suse.com Resolution| |UPSTREAM AssignedTo|werner@suse.com |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #1 from Dr. Werner Fink <werner@suse.com> 2014-01-17 10:02:09 UTC --- Please be aware that without completion you have to know *all* commands and options of systemctl. With completion you may do systemctl <TAB> systemctl stat<TAB> systemctl status <TAB> systemctl status cy<TAB> systemctl status cyr<TAB> systemctl status cyrus.service if you want to have a redirection to a file then provide a patch for the completions below /usr/share/bash-completion/completions/systemctl and send this upstream. You may do rpm -ql | grep bash-completion/completions to see all completions which will be loaded by the bash on demand which is the first <TAB>. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=859167 https://bugzilla.novell.com/show_bug.cgi?id=859167#c2 --- Comment #2 from Ruediger Meier <sweet_f_a@gmx.de> 2014-01-17 11:01:37 UTC --- Well it's a nice feature but more important is to not break the normal shell behaviour. Completion for (redirection) paths has to work always and it works as long as you don't source broken completion scripts ... That's why I don't really agree that this is an upstream problem. The default shell config given by the distro should be consistent somehow. IMO this particular bug would be another good example to be checked by rpmlint. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com