]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Fix typo in urxvt 256-color check.
authorSimon Ruderich <simon@ruderich.org>
Tue, 16 Oct 2012 08:36:48 +0000 (10:36 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 17 Oct 2012 18:24:34 +0000 (20:24 +0200)
setup.sh

index 44074f0a0767732289e8e808e5cb1a53e2d075d1..39f706efe21fe016fbc3f5cfd5bbe5d92d60a424 100755 (executable)
--- 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