From 98ee0177abdf67c7b8b75b9fcc32719e0d1256dc Mon Sep 17 00:00:00 2001 From: "Y.K. Goon" Date: Mon, 3 Mar 2025 16:26:27 +0800 Subject: [PATCH] Use grep instead of egrep This is to remove this warning ``` egrep: warning: egrep is obsolescent; using grep -E ``` --- keepass-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keepass-mode.el b/keepass-mode.el index 62d6815..981d159 100644 --- a/keepass-mode.el +++ b/keepass-mode.el @@ -143,7 +143,7 @@ "Generate KeePass COMMAND to run, on GROUP." (format "echo %s | \ keepassxc-cli %s %s %s 2>&1 | \ - egrep -v '[Insert|Enter] password to unlock %s'" + grep -vE '[Insert|Enter] password to unlock %s'" (shell-quote-argument keepass-mode-password) command keepass-mode-db