neverpanic / google-font-download

Locally host Google's web fonts
https://neverpanic.de/blog/2014/03/19/downloading-google-web-fonts-for-local-hosting/
BSD 2-Clause "Simplified" License
706 stars 72 forks source link

shellcheck: unable to decommit memory: Invalid argument #24

Closed vgarcia007 closed 5 years ago

vgarcia007 commented 5 years ago

On Ubuntu 18.04 make give me this output:

bash -n google-font-download shellcheck google-font-download shellcheck: unable to decommit memory: Invalid argument shellcheck: unable to decommit memory: Invalid argument

neverpanic commented 5 years ago

You don't have to run make to use this tool. The Makefile is only used during development.

In your case, this seems to be a problem with your installation of shellcheck.

vgarcia007 commented 5 years ago

Thank you. It worked.