Bug#555036: Randomly breaks commands

2009-11-27 Thread Tim Retout
Okay, my test case can be improved upon. :) cd /tmp touch hello rm helTABENTER The problem only occurs when the filename was tab-completed, which makes sense. With 'set -x', a whole bunch of bash completion stuff is getting run; hopefully it can be narrowed down to a particular broken

Bug#555036: Randomly breaks commands

2009-11-26 Thread Tim Retout
tags 555036 confirmed kthxbye I am seeing this as well. Here's how to reproduce it reliably: Open a new terminal. cd /tmp apt-get source hello rm hello* -rf This is the error: rm: missing operand Try `rm --help' for more information. bash: hello-2.4: command not found It doesn't happen when

Bug#555036: Randomly breaks commands

2009-11-07 Thread Anthony DeRobertis
Package: bash-completion-lib Version: 1.3.1-2 Severity: grave -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sometimes, weird things happen to command lines. Example: $ ls -l download.s_E6Re ... huge listing, instead of just the one file ... bash: --color=auto: command not found $ This