1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +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
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/*"
desc "installs the custom texmf folder"