From: Simon Ruderich Date: Tue, 16 Oct 2012 08:36:48 +0000 (+0200) Subject: setup.sh: Fix typo in urxvt 256-color check. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=1434bb718d186e575f79cb9a9b04ebf4ca29aef2 setup.sh: Fix typo in urxvt 256-color check. --- 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