From 5f44eef626076eaf299b055ce89dabbf1fa7ec52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Wed, 8 May 2024 19:05:39 +0000 Subject: [PATCH] config: add echo comment to easily identify sed_csum errors. --- helpers/config | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/config b/helpers/config index 9fe67e4..aa14b09 100755 --- a/helpers/config +++ b/helpers/config @@ -267,5 +267,6 @@ remove_patch(){ } sed_csum() { + echo "> Checksum replace for $1 in progress..." grep -rl "$1" "${3:-"./"}" | xargs -r /bin/sed -i "s|$1|$2|" }