]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Add some debug output.
authorSimon Ruderich <simon@ruderich.org>
Sun, 14 Mar 2010 00:21:18 +0000 (01:21 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 14 Mar 2010 00:21:18 +0000 (01:21 +0100)
setup.sh

index c6623c8e1bd3df721fc5ca01dd589d234ae982ac..a7ae8fd2a52d5899b49b15c45b579458817f2936 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -22,12 +22,14 @@ fi
 # I use some features of screen which are only in Git. Drop them on machines
 # which have older versions. They are marked as "(GIT)".
 if [ $hostname != asp ]; then
+    echo screenrc: removing Git features
     grep -v '(GIT)' screenrc > screenrc.tmp
     mv screenrc.tmp screenrc
 fi
 # Rxvt doesn't need the attrcolor "fix". As I prefer rxvt assume I use it when
 # it's installed.
 if installed rxvt; then
+    echo screenrc: removing attrcolor \"fix\"
     sed 's/attrcolor b ".I"/#attrcolor b ".I"/' screenrc > screenrc.tmp
     mv screenrc.tmp screenrc
 fi