From 6ba434de5c886b32103e6c265fe88c17e78945ee Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 6 Oct 2022 22:18:48 -0700 Subject: [PATCH] Change fgrep to grep. --- packaging/pkglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/pkglib.py b/packaging/pkglib.py index 6f5557aa..c4c5741d 100644 --- a/packaging/pkglib.py +++ b/packaging/pkglib.py @@ -176,7 +176,7 @@ def mandate_gensend_hook(): print('Creating hook file:', hook) cmd_chk(['./rsync', '-a', 'packaging/pre-push', hook]) else: - ct = cmd_txt(['fgrep', 'make gensend', hook], discard='output') + ct = cmd_txt(['grep', 'make gensend', hook], discard='output') if ct.rc: die('Please add a "make gensend" into your', hook, 'script.') -- 2.47.2