All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel]  [PATCH] build: Fix typo in scripts/git-submodule.sh
@ 2017-12-19  8:25 Lin Ma
  2017-12-19 10:23 ` Marc-André Lureau
  0 siblings, 1 reply; 2+ messages in thread
From: Lin Ma @ 2017-12-19  8:25 UTC (permalink / raw)
  To: qemu-devel

Signed-off-by: Lin Ma <lma@suse.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.2

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

* Re: [Qemu-devel] [PATCH] build: Fix typo in scripts/git-submodule.sh
  2017-12-19  8:25 [Qemu-devel] [PATCH] build: Fix typo in scripts/git-submodule.sh Lin Ma
@ 2017-12-19 10:23 ` Marc-André Lureau
  0 siblings, 0 replies; 2+ messages in thread
From: Marc-André Lureau @ 2017-12-19 10:23 UTC (permalink / raw)
  To: Lin Ma; +Cc: QEMU, qemu trival

On Tue, Dec 19, 2017 at 9:25 AM, Lin Ma <lma@suse.com> wrote:
> Signed-off-by: Lin Ma <lma@suse.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.2


CC: trivial
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>


>
>



-- 
Marc-André Lureau

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-19  8:25 [Qemu-devel] [PATCH] build: Fix typo in scripts/git-submodule.sh Lin Ma
2017-12-19 10:23 ` Marc-André Lureau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.