Re: [Xen-devel] [PATCH] Fix typo in function install

2017-03-07 Thread Stefano Stabellini
On Tue, 7 Mar 2017, Géza Gémes wrote: > Signed-off-by: Géza Gémes Reviewed-by: Stefano Stabellini 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/comman

[Xen-devel] [PATCH] Fix typo in function install

2017-03-06 Thread Géza Gémes
Signed-off-by: Géza Gémes --- 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

[Xen-devel] [PATCH] Fix typo in function install

2017-03-06 Thread Géza Gémes
Signed-off-by: Géza Gémes --- 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