]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
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 bc7224a27fe3fb1ce5fb2871a94d722b09fc8ea4..807ca0b4f80c22b12bc131474b9e4a126b018e1b 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
 }