1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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