This still happens in Ubuntu 8.10.

1. mkdir with\ two\ spaces
2. touch with\ two\ spaces/filex
3. chmod u+x with\ two\ spaces/filex
4. ~/with<tab>
   correctly expanded to ~/with\ two\ spaces/
5. <tab>
   incorrectly expanded to ~/with\\\ two\\\ spaces/filex
6. touch with\ two\ spaces/filey
7. chmod u+x with\ two\ spaces/filey
8. ~/with<tab>
   correctly expanded to ~/with\ two\ spaces/
9. <tab>
   incorrectly expanded to ~/with\\\ two\\\ spaces/file
10. <tab>
    no more expansions

-- 
bash completion double escapes
https://bugs.launchpad.net/bugs/247838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to