qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [RESEND PATCH] build: Fix error script n


From: Thomas Huth
Subject: Re: [Qemu-trivial] [Qemu-devel] [RESEND PATCH] build: Fix error script name in git-submodule
Date: Tue, 19 Dec 2017 08:55:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

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 <address@hidden>
> Fixes: f62bbee55d503f639ee9498878ebf42ff4f4299a
> Signed-off-by: Mao Zhongyi <address@hidden>
> ---
>  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 <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]