From: Thomas Huth <thuth@redhat.com>
To: Mao Zhongyi <maozy.fnst@cn.fujitsu.com>, qemu-devel@nongnu.org
Cc: "Daniel P. Berrange" <berrange@redhat.com>,
QEMU Trivial <qemu-trivial@nongnu.org>
Subject: Re: [Qemu-devel] [RESEND PATCH] build: Fix error script name in git-submodule
Date: Tue, 19 Dec 2017 08:55:50 +0100 [thread overview]
Message-ID: <0f40be05-5e06-fae5-a82f-4ce17d29ce13@redhat.com> (raw)
In-Reply-To: <20171219020921.23887-1-maozy.fnst@cn.fujitsu.com>
On 19.12.2017 03:09, Mao Zhongyi wrote:
> 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
> }
>
Reviewed-by: Thomas Huth <thuth@redhat.com>
prev parent reply other threads:[~2017-12-19 7:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0f40be05-5e06-fae5-a82f-4ce17d29ce13@redhat.com \
--to=thuth@redhat.com \
--cc=berrange@redhat.com \
--cc=maozy.fnst@cn.fujitsu.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).