]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Use new generate() argument order.
authorSimon Ruderich <simon@ruderich.org>
Thu, 24 Oct 2013 00:07:56 +0000 (02:07 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 24 Oct 2013 00:07:56 +0000 (02:07 +0200)
setup.sh

index 6506171c57ef5625d06f0e578fe216a977323812..df9b80e4c31fbbccbe297aa5cd47629f6b170fb0 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -22,6 +22,7 @@ set -e
 
 . ../lib.sh
 
+
 if installed stumpwm; then
     link stumpwmrc ~/.stumpwmrc
 fi
@@ -33,7 +34,7 @@ if installed X; then
     # Prevent code duplication. Term* rules are for all terminals; XTerm rules
     # are for XTerm and UXTerm. At the moment XTerm, UXTerm and Rxvt are
     # supported.
-    generate perl Xdefaults -ne \
+    generate Xdefaults .in perl -ne \
         'if (/^Term/) {
              s/^Term//;
              print "XTerm", $_;