fix typo in array name

This commit is contained in:
Dave Reisner 2012-06-17 16:05:18 -04:00
parent 6c42d3467c
commit 6fc922730f

View File

@ -43,5 +43,6 @@ api_fs_mount "$newroot" || die "failed to setup API filesystems in new root"
trap 'api_fs_umount "$newroot"' EXIT
msg 'Installing packages to %s' "$newroot"
pacman -r "$newroot" -Sy "${package[@]}"
pacman -r "$newroot" -Sy "${packages[@]}"
# vim: et ts=2 sw=2 ft=sh: