]> git.ipfire.org Git - thirdparty/util-linux.git/commit
bash-completion: curly brace missed for findmnt
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Fri, 2 Oct 2015 09:38:56 +0000 (15:38 +0600)
committerKarel Zak <kzak@redhat.com>
Mon, 2 Nov 2015 09:17:58 +0000 (10:17 +0100)
commit5d88ac8111ff1e580a5fa6d629d35ef984a02481
tree1d667c304f9d69c89538a974c95c2fb1944924ec
parentaaa324cb90b9e6bd463f3dbdc4ffd195450c4096
bash-completion: curly brace missed for findmnt

This patch provides fix for bash-completion/fndmt script. There
is curly brace missed in the completion generation for the -M/--mountpoint
option.

In other way we will get following messages:

bash: /etc/bash_completion.d/findmnt: line 91: unexpected EOF while looking for matching `)'
bash: /etc/bash_completion.d/findmnt: line 141: syntax error: unexpected end of file

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
bash-completion/findmnt