Fix build-aux/iso-grub-cfg.sh error message typo.

This commit is contained in:
Jonas 'Sortie' Termansen 2017-03-16 21:17:42 +01:00
parent eb7d0f4dd4
commit 3e80b9d407
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ if test -z "$platform"; then
fi
if test -z "$version"; then
echo "$0: platform wasn't set with --version" >&2
echo "$0: version wasn't set with --version" >&2
exit 1
fi