diff options
author | Sam James <sam@gentoo.org> | 2022-05-07 07:50:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-15 01:00:06 +0000 |
commit | 3342449af0292482e7839b543c3b9989f572902d (patch) | |
tree | 5ebc99f5b14a00424a652bb7b5bdbd28d12a1be2 /net-dialup | |
parent | app-backup/amanda: egrep -> grep -E (diff) | |
download | gentoo-3342449af0292482e7839b543c3b9989f572902d.tar.gz gentoo-3342449af0292482e7839b543c3b9989f572902d.tar.bz2 gentoo-3342449af0292482e7839b543c3b9989f572902d.zip |
net-dialup/speedtouch-usb: egrep -> grep -E
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild b/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild index f4147e2b58e7..c8dc23c17618 100644 --- a/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild +++ b/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -62,7 +62,7 @@ src_install() { } pkg_postinst() { - [[ -e /etc/hotplug/usb.usermap ]] && egrep -q " 0x06[bB]9 +0x4061 " /etc/hotplug/usb.usermap && \ + [[ -e /etc/hotplug/usb.usermap ]] && grep -E -q " 0x06[bB]9 +0x4061 " /etc/hotplug/usb.usermap && \ ewarn "Please remove the SpeedTouch line from /etc/hotplug/usb.usermap" # Check kernel configuration |