From 44b2d1be3a927212884c91d2bfe199bcea4f1c92 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 24 Oct 2013 01:06:51 +0200 Subject: [PATCH 1/1] setup.sh: Remove grep_i(), moved to lib.sh. --- setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.sh b/setup.sh index bc8f1e2..243dce9 100755 --- a/setup.sh +++ b/setup.sh @@ -30,9 +30,6 @@ terminal_info() { terminal_available() { terminal_info "$@" > /dev/null } -grep_i() { - cmd_i grep "$@" -} # Check if `infocmp` is available. if ! infocmp >/dev/null 2>&1; then echo 'Warning: `infocmp` not available! 256color checks will fail.' -- 2.44.1