style: remove debug message

This commit is contained in:
MDLeom 2023-05-20 11:15:29 +00:00
parent 13289d3365
commit 667fad0b6f
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,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
@ -32,7 +31,6 @@ check_grep() {
fi
fi
}
check_grep