Commit Graph
6 Commits
Author SHA1 Message Date
i-c-u-p b3c1ab9cba fix paralleldownloads and shorten seds via -E
since 231f3b2, the paralleldownloads sed doesn't remove it's comment
2022-05-20 08:27:12 +00:00
i-c-u-pandGitHub 911d412fa5 revert 6251644, and partially 1bd9a35
in 6251644 the change to the makeflags sed also made it less specific, acting on lines matching "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.
2022-04-28 11:34:00 +00:00
i-c-u-p 231f3b21f5 shorten paralleldownloads sed 2022-04-28 01:03:30 +00:00
i-c-u-p 625164460b shorten sed expr for uncommenting makeflags 2022-04-27 11:50:19 +00:00
i-c-u-p 1bd9a35079 cleanup paralleldownloads regex
because the pattern ends with ".*" the "$" is useless. also made the sed for uncommenting "Colors" slightly shorter by using "/<pattern>$/s/^#//" instead of "s/^#<pattern>$/<pattern>/"
2022-04-27 10:22:06 +00:00
i-c-u-p 80c101f21d Made larbs.sh executable
Changed permissions of larbs.sh from 644 to 755 to be able to run it via  with out first executing .
2022-04-06 02:50:30 +00:00