build: fix typo in error message

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Fixes: f62bbee55d
This commit is contained in:
Laurent Vivier 2018-01-19 11:32:33 +01:00 committed by Michael Tokarev
parent 123ac0bba9
commit bff8a0bbe9

View file

@ -28,7 +28,7 @@ error() {
echo
echo "and then manually update submodules prior to running make, with:"
echo
echo " $ scripts/git-sbumodule.sh update $modules"
echo " $ scripts/git-submodule.sh update $modules"
echo
exit 1
}