xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [raisin][PATCH] Fix a typo in lopartsetup
@ 2017-03-25 19:21 Géza Gémes
  2017-03-25 19:21 ` [PATCH] " Géza Gémes
  0 siblings, 1 reply; 3+ messages in thread
From: Géza Gémes @ 2017-03-25 19:21 UTC (permalink / raw)
  To: xen-devel, sstabellini; +Cc: george.dunlap, Géza Gémes

Unfortuntely my latest patch fixinf lopartsetup had two typos, which
have fixed each other. Unfortunately only one of them got fixed,
causing lopartsetup to misbehave. This patch fixes the other typo too.

Géza Gémes (1):
  Fix a typo in lopartsetup

 scripts/lopartsetup | 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 a typo in lopartsetup
  2017-03-25 19:21 [raisin][PATCH] Fix a typo in lopartsetup Géza Gémes
@ 2017-03-25 19:21 ` Géza Gémes
  2017-03-27 17:07   ` Stefano Stabellini
  0 siblings, 1 reply; 3+ messages in thread
From: Géza Gémes @ 2017-03-25 19:21 UTC (permalink / raw)
  To: xen-devel, sstabellini; +Cc: george.dunlap, Géza Gémes

Signed-off-by: Géza Gémes <geza.gemes@gmail.com>
---
 scripts/lopartsetup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lopartsetup b/scripts/lopartsetup
index da28b6e..e35b755 100755
--- a/scripts/lopartsetup
+++ b/scripts/lopartsetup
@@ -59,7 +59,7 @@ if [ `fdisk -lu $filename 2>/dev/null | grep -e "^Units = " | wc -l` -eq 1 ]
 then
     unitstring="^Units = "
     column=9
-else if [ `fdisk -lu $filename 2>/dev/null | grep -e "^Units:" | wc -l` -eq 1 ]
+elif [ `fdisk -lu $filename 2>/dev/null | grep -e "^Units:" | wc -l` -eq 1 ]
 then
     unitstring="^Units:"
     column=8
-- 
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 a typo in lopartsetup
  2017-03-25 19:21 ` [PATCH] " Géza Gémes
@ 2017-03-27 17:07   ` Stefano Stabellini
  0 siblings, 0 replies; 3+ messages in thread
From: Stefano Stabellini @ 2017-03-27 17:07 UTC (permalink / raw)
  To: Géza Gémes; +Cc: xen-devel, sstabellini, george.dunlap

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

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

Thank you for the quick fix, committed.

> ---
>  scripts/lopartsetup | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/lopartsetup b/scripts/lopartsetup
> index da28b6e..e35b755 100755
> --- a/scripts/lopartsetup
> +++ b/scripts/lopartsetup
> @@ -59,7 +59,7 @@ if [ `fdisk -lu $filename 2>/dev/null | grep -e "^Units = " | wc -l` -eq 1 ]
>  then
>      unitstring="^Units = "
>      column=9
> -else if [ `fdisk -lu $filename 2>/dev/null | grep -e "^Units:" | wc -l` -eq 1 ]
> +elif [ `fdisk -lu $filename 2>/dev/null | grep -e "^Units:" | wc -l` -eq 1 ]
>  then
>      unitstring="^Units:"
>      column=8
> -- 
> 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-27 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-25 19:21 [raisin][PATCH] Fix a typo in lopartsetup Géza Gémes
2017-03-25 19:21 ` [PATCH] " Géza Gémes
2017-03-27 17:07   ` 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).