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:
parent
eb7d0f4dd4
commit
3e80b9d407
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue