Fix parsing when HOOKS is an array

Merged chainofflowers requested to merge HOOKS_array_patch into master

HOOKS from /etc/mkinitcpio.conf is now an array and must be referred to using ${var[@}}.

Merge request reports