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.
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.