]> git.ipfire.org Git - thirdparty/util-linux.git/commit
bash-completion: umount explicitly needs gawk
authorWolfram Sang <wsa@the-dreams.de>
Tue, 28 Apr 2020 07:13:15 +0000 (09:13 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 15 May 2020 10:22:43 +0000 (12:22 +0200)
commitddaf29e496f678cb5b5ed6812282b50d48dad598
tree1f3af9647ed7095462e9a45054f5b0a00ff06871
parentdcc86fef842e3fa978985e0b4982180da4b5faf5
bash-completion: umount explicitly needs gawk

gensub() is a gawk extension, so use it explicitly. Otherwise users will
get an error if their 'awk' defaults to something else.

Fixes: 3ebfc8d37 ("bash-completion: umount support relative path and ~ as home shorthands")
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
bash-completion/umount