OSDN Git Service

build: fix typo in error message
authorLaurent Vivier <lvivier@redhat.com>
Fri, 19 Jan 2018 10:32:33 +0000 (11:32 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 10 Feb 2018 07:17:06 +0000 (10:17 +0300)
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: f62bbee55d503f639ee9498878ebf42ff4f4299a

scripts/git-submodule.sh

index bc7224a..807ca0b 100755 (executable)
@@ -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
 }