lachlanA / eagle-to-kicad

Eagle SCH/LIB to KiCad SCH/LIB ULP conversion script
GNU General Public License v2.0
423 stars 58 forks source link

SCRIP_ULP feels like a typo to me so I've changed it to SCRIPT_ULP #22

Closed PeteLawler closed 7 years ago

PeteLawler commented 7 years ago

I've been writing a helper script to establish an environment to make it easier to work on converting Eagle to KiCAD.

One of the things I noticed was that ~/.eaglerc ended up containing a couple of variables that'd be nice to set during establishment of the enviornment.

Upon closer inspection, one of those variables was called 'SCRIP_ULP' which just didn't seem correct in my brain.

This change renames the variable to SCRIPT_ULP.