]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-completion-gawk.patch
- rel 2; fixes hwclock: settimeofday() failed: Invalid argument with glibc 2.31
[packages/util-linux.git] / util-linux-completion-gawk.patch
CommitLineData
71297c41
AO
1diff -ruNp util-linux-2.34.orig/bash-completion/umount util-linux-2.34/bash-completion/umount
2--- util-linux-2.34.orig/bash-completion/umount 2019-04-02 12:12:03.180261025 +0200
3+++ util-linux-2.34/bash-completion/umount 2019-11-24 23:13:33.844871532 +0100
4@@ -51,7 +51,7 @@ _umount_module()
5
6 local oldifs=$IFS
7 IFS=$'\n'
8- COMPREPLY=( $( compgen -W "$(findmnt -lno TARGET | awk \
9+ COMPREPLY=( $( compgen -W "$(findmnt -lno TARGET | gawk \
10 '{
11 if ($0 ~ ENVIRON["HOME"]) {
12 homeless = $0
This page took 0.099787 seconds and 4 git commands to generate.