From: Laurent Vivier Date: Fri, 19 Jan 2018 10:32:33 +0000 (+0100) Subject: build: fix typo in error message X-Git-Tag: v2.12.0-rc0~97^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bff8a0bbe95900b49f3c0113c0b9a330869acaca;p=thirdparty%2Fqemu.git build: fix typo in error message Signed-off-by: Laurent Vivier Signed-off-by: Michael Tokarev Reviewed-by: Philippe Mathieu-Daudé Fixes: f62bbee55d503f639ee9498878ebf42ff4f4299a --- diff --git a/scripts/git-submodule.sh b/scripts/git-submodule.sh index bc7224a27fe..807ca0b4f80 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 }