LukeSmithxyz / LARBS

Luke's Auto-Rice Bootstrapping Scripts: Installation Scripts for My Arch Linux Meta-Distribution
GNU General Public License v3.0
2.03k stars 797 forks source link

revert 6251644, and partially 1bd9a35 #444

Closed i-c-u-p closed 2 years ago

i-c-u-p commented 2 years ago

in 6251644, the shortening of the sed for uncommenting MAKEFLAGS also made it less specific, acting on lines containing "MAKEFLAGS" instead of "^#MAKEFLAGS". the change to the pacman color sed in 1bd9a35 once given the same correction only saves 1 character over the previous commit's more readable expression where "Color" appears twice, so it's reverted to that.

EDIT: The corrected color sed should actually save 2 characters since in /^#Color$/s/^#// the 2nd ^ isn't needed.