package.elm-lang.org icon indicating copy to clipboard operation
package.elm-lang.org copied to clipboard

Fixed a bug in arguments to sed in get-fonts.sh

Open charukiewicz opened this issue 5 years ago • 0 comments
trafficstars

I tried running get-fonts.sh and found that there was a small bug in the sed command that sets the relative path to the font files. There's an extra empty string argument.

Here's what happens when you run what is currently committed on Linux:

get-fonts-error

This commit removed the extra empty string argument and fixes that error.

charukiewicz avatar Mar 08 '20 00:03 charukiewicz