]> 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>
Wed, 29 Apr 2020 10:27:14 +0000 (12:27 +0200)
commit76f969fe6ff149c7748894dcf881218f84873d67
tree4bb20dca8f8ef61c3d6325ec59faf74b03b2e39b
parent89c0297bcc313b69347ee110c422e84857bd3265
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