build: fix typo in error message
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reviewed-by: John Snow <jsnow@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
b98a3bae25
commit
4e81129645
|
|
@ -24,7 +24,7 @@ error() {
|
||||||
echo "Alternatively you may disable automatic GIT submodule checkout"
|
echo "Alternatively you may disable automatic GIT submodule checkout"
|
||||||
echo "with:"
|
echo "with:"
|
||||||
echo
|
echo
|
||||||
echo " $ ./configure --disable-git-update'"
|
echo " $ ./configure --disable-git-update"
|
||||||
echo
|
echo
|
||||||
echo "and then manually update submodules prior to running make, with:"
|
echo "and then manually update submodules prior to running make, with:"
|
||||||
echo
|
echo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue