Files
Arch-R/scripts
MilhouseVH e70485eb84 scripts/unpack: avoid calling scripts/extract for each tarball pattern
Each time scripts/extract is called it sources config/options which is an
expensive operation.

We call scripts/extract 8 times for each possible tarball pattern, and for
7 of those 8 calls scripts/extract does nothing but source config/options
and then exit.

This change is more efficient, while functionally equivalent.
2017-09-14 10:50:40 +01:00
..
2016-01-02 17:26:58 +01:00
2017-07-16 21:23:26 +01:00
2016-01-02 17:26:58 +01:00
2017-07-11 21:19:07 +02:00