diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-05-13 04:13:11 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-05-21 00:39:21 +0200 |
commit | 9d3e59e311a863e140699dd2eaec7c0b0bf632f4 (patch) | |
tree | fef07f447f86e39d08bbc6e175be6d14151223c9 /scripts/repo-add.sh.in | |
parent | c2fdc38b78d9b83e783ff2ec3f8c4d53e7f45634 (diff) | |
download | pacman-9d3e59e311a863e140699dd2eaec7c0b0bf632f4.tar.gz pacman-9d3e59e311a863e140699dd2eaec7c0b0bf632f4.tar.xz |
makepkg: use mapfile where plausible
With bash4 as a requirement, we can use mapfile when reading command
output into an array. mapfile has the advantage of using block buffered
I/O rather than line buffered I/O, making it slightly faster for most
jobs.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'scripts/repo-add.sh.in')
0 files changed, 0 insertions, 0 deletions