Skip to content

Commit b5f44e6

Browse files
committed
join powerlin_args
1 parent 138ea72 commit b5f44e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ricty.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def install
8989
if build.include? "powerline" or build.include? "vim-powerline"
9090
powerline_script.each do |script|
9191
ttf_files.each do |ttf|
92-
system "fontforge -lang=py -script #{script} #{powerline_args} #{ttf}"
92+
system "fontforge -lang=py -script #{script} #{powerline_args.join(' ')} #{ttf}"
9393
mv ttf.gsub(/#{rename_from}/,rename_to), ttf if build.include? "patch-in-place"
9494
end
9595
end

0 commit comments

Comments
 (0)