style: remove debug message
This commit is contained in:
parent
86dac11a7d
commit
53d0e6045b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue