style: remove debug message

This commit is contained in:
Ming Di Leom 2023-05-20 11:15:16 +00:00
parent 86dac11a7d
commit 53d0e6045b
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 0 additions and 1 deletions

View File

@ -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