On Tue, 7 Mar 2017, Géza Gémes wrote:
> Signed-off-by: Géza Gémes <[email protected]>

Reviewed-by: Stefano Stabellini <[email protected]>

I'll commmit

> ---
>  lib/commands.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/commands.sh b/lib/commands.sh
> index be445a7..5b653b3 100755
> --- a/lib/commands.sh
> +++ b/lib/commands.sh
> @@ -70,7 +70,7 @@ function unraise() {
>  
>  function install() {
>      # need single braces for filename matching expansion
> -    if [ ! -f xen-sytem*rpm ] && [ ! -f xen-system*deb ]
> +    if [ ! -f xen-system*rpm ] && [ ! -f xen-system*deb ]
>      then
>          error_echo You need to raise build first.
>          exit 1
> -- 
> 2.7.4
> 
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xen.org/xen-devel

Reply via email to