xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Resend: [PATCH] [RAISIN] Fix typo
@ 2017-03-07  7:18 Géza Gémes
  2017-03-07  7:18 ` [PATCH] Fix typo in function install Géza Gémes
  0 siblings, 1 reply; 3+ messages in thread
From: Géza Gémes @ 2017-03-07  7:18 UTC (permalink / raw)
  To: xen-devel; +Cc: sstabellini, george.dunlap, Géza Gémes

There is a small typo in the install function causing it ignoring rpms

Géza Gémes (1):
  Fix typo in function install

 lib/commands.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* [PATCH] Fix typo in function install
  2017-03-07  7:18 Resend: [PATCH] [RAISIN] Fix typo Géza Gémes
@ 2017-03-07  7:18 ` Géza Gémes
  2017-03-07 18:15   ` Stefano Stabellini
  0 siblings, 1 reply; 3+ messages in thread
From: Géza Gémes @ 2017-03-07  7:18 UTC (permalink / raw)
  To: xen-devel; +Cc: sstabellini, george.dunlap, Géza Gémes

Signed-off-by: Géza Gémes <geza.gemes@gmail.com>
---
 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
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: [PATCH] Fix typo in function install
  2017-03-07  7:18 ` [PATCH] Fix typo in function install Géza Gémes
@ 2017-03-07 18:15   ` Stefano Stabellini
  0 siblings, 0 replies; 3+ messages in thread
From: Stefano Stabellini @ 2017-03-07 18:15 UTC (permalink / raw)
  To: Géza Gémes; +Cc: xen-devel, sstabellini, george.dunlap

[-- Attachment #1: Type: TEXT/PLAIN, Size: 728 bytes --]

On Tue, 7 Mar 2017, Géza Gémes wrote:
> Signed-off-by: Géza Gémes <geza.gemes@gmail.com>

Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>

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
> 

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-03-07 18:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-07  7:18 Resend: [PATCH] [RAISIN] Fix typo Géza Gémes
2017-03-07  7:18 ` [PATCH] Fix typo in function install Géza Gémes
2017-03-07 18:15   ` Stefano Stabellini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).