We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138ea72 commit b5f44e6Copy full SHA for b5f44e6
ricty.rb
@@ -89,7 +89,7 @@ def install
89
if build.include? "powerline" or build.include? "vim-powerline"
90
powerline_script.each do |script|
91
ttf_files.each do |ttf|
92
- system "fontforge -lang=py -script #{script} #{powerline_args} #{ttf}"
+ system "fontforge -lang=py -script #{script} #{powerline_args.join(' ')} #{ttf}"
93
mv ttf.gsub(/#{rename_from}/,rename_to), ttf if build.include? "patch-in-place"
94
end
95
0 commit comments