Comment cleanup in panic() message when mkimg(1) does not support

the requested disk image format.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-09-29 01:17:42 +00:00
parent 1e2f9a549b
commit f6490fe596
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-vmimage/; revision=272279

View File

@ -104,7 +104,7 @@ vm_create_vmdisk() {
fi
if ! mkimg --formats 2>/dev/null | grep -q ${FORMAT}; then
panic 0 "Format ${FORMAT} is not supported with this mkimg(1)\n"
panic 0 "'${FORMAT}' is not supported by this mkimg(1).\n"
fi
case ${FORMAT} in