From 53d0e6045b746e5be6efa70ffea2726e8321cfcc Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 20 May 2023 11:15:16 +0000 Subject: [PATCH] style: remove debug message --- src/script.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/script.sh b/src/script.sh index 2bcfe3d..918f271 100644 --- a/src/script.sh +++ b/src/script.sh @@ -20,7 +20,6 @@ DISTRO="$ID" check_grep() { if [ -z "$(grep --help | grep 'GNU')" ]; then if [ -x "/usr/bin/grep" ]; then - echo "grep found. try alias" alias grep="/usr/bin/grep" check_grep else