From: Simon Ruderich Date: Tue, 22 Oct 2013 19:10:41 +0000 (+0200) Subject: setup.sh: Use new generate() argument order. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=30eeed26f1b9f679cf9510e5af03a9e64ddf0158 setup.sh: Use new generate() argument order. --- diff --git a/setup.sh b/setup.sh index d7d0cbd..bb2e4c0 100755 --- a/setup.sh +++ b/setup.sh @@ -111,7 +111,7 @@ else column= fi -generate perl shell/aliases \ +generate shell/aliases .in perl \ -e 'while () { s/\bLS_ENV\b/$ARGV[0]/; s/\bLS_PATH\b/$ARGV[1]/; @@ -134,7 +134,7 @@ else sed_i '/^alias grep=/ s/^/#/' shell/aliases fi -generate cat screenrc .in +generate screenrc .in cat # As screen-256color is not widely supported use it only on machines where the # matching terminfo entry is available. This also requires a terminal emulator # which supports 256 colors. Also used for tmux. @@ -196,7 +196,7 @@ if test ! -d /sys/class/power_supply/BAT0; then fi if installed tmux; then - generate perl tmux.conf ./bin/remove-continuation.pl + generate tmux.conf .in perl ./bin/remove-continuation.pl # Add mappings to switch to windows 10-29 quickly. See tmux-window.pl for # details. @@ -225,7 +225,7 @@ if installed tmux; then fi # Htop overwrites the comments in its configuration file. -generate cat htoprc .in +generate htoprc .in cat # LINK SETUP