Please update other install methods as well On 07.09.2013 01:59, Jon McCune wrote: > +pubkey_file_arg="" > +if [ x"$pubkey_file_list" != x ]; then > + for file in $pubkey_file_list; do > + if [ ! -e "$file" ]; then > + gettext_printf "Public key file %s not found.\n" "${file}" 1>&2 > + exit 1 > + fi > + pubkey_file_arg="$pubkey_file_arg --pubkey=$file" > + done > +fi > + This would go to grub-install_header. Also this code doesn't handle spaces properly.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel