commit:     3342449af0292482e7839b543c3b9989f572902d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 06:50:45 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 01:00:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3342449a

net-dialup/speedtouch-usb: egrep -> grep -E

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r3.ebuild | 4 ++--
 1 file 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

Reply via email to