* [PATCH] bash-completion: fix typos in mkfs.bfs logic
@ 2013-09-13 0:49 Mike Frysinger
2013-09-20 8:15 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2013-09-13 0:49 UTC (permalink / raw)
To: util-linux
There is no "bfs" command. Change this file to match the other
mkfs files where we have a "mkfs." prefix.
Reported-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
bash-completion/mkfs.bfs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bash-completion/mkfs.bfs b/bash-completion/mkfs.bfs
index 8adbc60..4f2923d 100644
--- a/bash-completion/mkfs.bfs
+++ b/bash-completion/mkfs.bfs
@@ -1,4 +1,4 @@
-_bfs_module()
+_mkfs.bfs_module()
{
local cur prev OPTS DEVS
COMPREPLY=()
@@ -28,4 +28,4 @@ _bfs_module()
COMPREPLY=( $(compgen -W "$DEVS /path/to/file" -- $cur) )
return 0
}
-complete -F _bfs_module bfs
+complete -F _mkfs.bfs_module mkfs.bfs
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-20 8:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13 0:49 [PATCH] bash-completion: fix typos in mkfs.bfs logic Mike Frysinger
2013-09-20 8:15 ` Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox