[Qemu-devel] [PATCH] build: Fix typo in scripts/git-submodule.sh

Lin Ma posted 1 patch 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171219082518.19724-1-lma@suse.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
scripts/git-submodule.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] build: Fix typo in scripts/git-submodule.sh
Posted by Lin Ma 6 years, 4 months ago
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


Re: [Qemu-devel] [PATCH] build: Fix typo in scripts/git-submodule.sh
Posted by Marc-André Lureau 6 years, 4 months ago
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