On 01/19/2018 07:32 AM, Laurent Vivier wrote: > Signed-off-by: Laurent Vivier <lviv...@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > scripts/git-submodule.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/git-submodule.sh b/scripts/git-submodule.sh > index bc7224a27f..807ca0b4f8 100755 > --- a/scripts/git-submodule.sh > +++ b/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 > } >