1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-11 13:15:19 +00:00

Splat arguments

This commit is contained in:
Holger Just 2011-02-02 14:40:22 +01:00
parent 26ebbceaed
commit 44840622fe

View File

@ -18,7 +18,7 @@ namespace :install do
end end
install :irb, ".irbrc", ".config/irb/*.rb" install :irb, ".irbrc", ".config/irb/*.rb"
install :dot, %w(.bash_profile .bashrc .gemrc .global_gitignore .gitconfig .ackrc) install :dot, *%w(.bash_profile .bashrc .gemrc .global_gitignore .gitconfig .ackrc)
install :bin, "bin/*" install :bin, "bin/*"
desc "installs the custom texmf folder" desc "installs the custom texmf folder"