Browse Source

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
pull/66/head
Laurent Vivier 9 years ago
committed by Michael Tokarev
parent
commit
bff8a0bbe9
  1. 2
      scripts/git-submodule.sh

2
scripts/git-submodule.sh

@ -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
}

Loading…
Cancel
Save