← Back to team overview

kicad-developers team mailing list archive

PATCH: improve library install script a little

 

Hi,
Some small changes for the library-repos-install.sh script.

https://github.com/hzeller/kicad/compare/master...hzeller:script-no-grep-dependency.diff

Suggested commit message:

    o library install script improvements
       - Make WORKING_TREES configurable with environment variable to
         simplify external install scripts.
       - Don't use grep but native sed functionality to find relevant
         lines in github JSON (grep can create trouble if there is a
         global --color=always setting)

(guess how I found out about the color setting haha).

-h

Follow ups