1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/scripts
Dave Reisner 9d3e59e311 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>
2012-05-20 17:39:21 -05:00
..
library scripts/library: remove parse_options 2012-04-24 08:38:36 -05:00
po scripts/library: remove parse_options 2012-04-24 08:38:36 -05:00
.gitignore rankmirrors: move to contrib/ 2012-04-24 20:33:08 -04:00
Makefile.am pkgdelta: adopt parseopts for option parsing 2012-05-20 17:38:33 -05:00
makepkg.sh.in makepkg: use mapfile where plausible 2012-05-20 17:39:21 -05:00
pacman-db-upgrade.sh.in Merge branch 'maint' 2012-01-30 22:00:26 -06:00
pacman-key.sh.in pacman-key: lookup keys before receiving 2012-04-24 08:46:13 -05:00
pacman-optimize.sh.in pacman-optimize: standardize on openssl usage, only touch local/ 2012-03-08 17:26:23 -06:00
pkgdelta.sh.in pkgdelta: adopt parseopts for option parsing 2012-05-20 17:38:33 -05:00
repo-add.sh.in pkgdelta/repo-add: quoting fixes 2012-04-29 21:56:57 -05:00