qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RESEND PATCH] build: Fix error script name in git-submodule
@ 2017-12-19  2:09 Mao Zhongyi
  2017-12-19  7:55 ` Thomas Huth
  0 siblings, 1 reply; 2+ messages in thread
From: Mao Zhongyi @ 2017-12-19  2:09 UTC (permalink / raw)
  To: qemu-devel

When I follow the command line prompts to run
"$ scripts/git-sbumodule.sh update  ui/keycodemapdb dtc capstone"

this is what I got:
-bash: ./scripts/git-sbumodule.sh: No such file or directory

Cc: Daniel P. Berrange <berrange@redhat.com>
Fixes: f62bbee55d503f639ee9498878ebf42ff4f4299a
Signed-off-by: Mao Zhongyi <maozy.fnst@cn.fujitsu.com>
---
 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 bc7224a..807ca0b 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
 }
-- 
2.9.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-19  7:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-19  2:09 [Qemu-devel] [RESEND PATCH] build: Fix error script name in git-submodule Mao Zhongyi
2017-12-19  7:55 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).