[Bug 1357715] Re: causes syntax error in expression for umount

2014-11-16 Thread TJ
** Changed in: bash-completion (Ubuntu) Assignee: TJ (tj) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1357715 Title: causes syntax error in expression for umount To manage

[Bug 1357715] Re: causes syntax error in expression for umount

2014-11-15 Thread Victor Passapera
** Changed in: bash-completion (Ubuntu) Status: In Progress = Invalid ** Converted to question: https://answers.launchpad.net/ubuntu/+source/bash-completion/+question/257626 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1357715] Re: causes syntax error in expression for umount

2014-08-16 Thread Victor Passapera
https://gist.github.com/vpassapera/18c069166b2468c64dd3 (Has output showing debug info for bash) FSTAB contents: # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name

[Bug 1357715] Re: causes syntax error in expression for umount

2014-08-16 Thread TJ
** Changed in: bash-completion (Ubuntu) Status: New = In Progress ** Changed in: bash-completion (Ubuntu) Assignee: (unassigned) = TJ (tj) ** Changed in: bash-completion (Ubuntu) Importance: Undecided = Low -- You received this bug notification because you are a member of Ubuntu

[Bug 1357715] Re: causes syntax error in expression for umount

2014-08-16 Thread Victor Passapera
Patch that seems to somewhat fix it: --- /usr/share/bash-completion/completions/umount.linux +++ /usr/share/bash-completion/completions/umount.linux @@ -11,7 +11,7 @@ # second round is required because compgen -W will helpfully expand it's # argument. local i wlist -for i in

[Bug 1357715] Re: causes syntax error in expression for umount

2014-08-16 Thread Victor Passapera
--- /usr/share/bash-completion/completions/umount.linux +++ /usr/share/bash-completion/completions/umount.linux @@ -11,7 +11,7 @@ # second round is required because compgen -W will helpfully expand it's # argument. local i wlist -for i in ${!COMPREPLY[*]}; do +for i in