From 1434bb718d186e575f79cb9a9b04ebf4ca29aef2 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 16 Oct 2012 10:36:48 +0200 Subject: [PATCH] setup.sh: Fix typo in urxvt 256-color check. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 44074f0..39f706e 100755 --- a/setup.sh +++ b/setup.sh @@ -101,7 +101,7 @@ if terminal_available screen-256color; then # terminal_info check for manual installations which modify # rxvt-unicode's terminfo entry. urxvt_path=`which urxvt` - urxvt_grep=`strings "$urxvt_path" | grep '^TERM=rxvt-')` + urxvt_grep=`strings "$urxvt_path" | grep '^TERM=rxvt-'` if test x"$urxvt_grep" = 'xTERM=rxvt-unicode-256color' \ || terminal_info rxvt-unicode \ | grep -F 'colors#256' >/dev/null; then -- 2.44.1