All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mkinitrd-dracut.sh: fix stray "fi"
@ 2010-08-23 17:56 Andrey Borzenkov
  2010-08-23 20:33 ` Harald Hoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Borzenkov @ 2010-08-23 17:56 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA



Signed-off-by: Andrey Borzenkov <arvidjaar-JGs/UdohzUI@public.gmane.org>

---

 mkinitrd-dracut.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/mkinitrd-dracut.sh b/mkinitrd-dracut.sh
index 15b39a6..320a9fe 100644
--- a/mkinitrd-dracut.sh
+++ b/mkinitrd-dracut.sh
@@ -92,7 +92,6 @@ done
 
 [[ $target && $kernel ]] || usage
 [[ $img_vers ]] && target="$target-$kernel"
-fi
 
 if [[ $basicmodules ]]; then
 	dracut $dracut_args --add-drivers "$basicmodules" "$target" "$kernel"

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

* Re: [PATCH] mkinitrd-dracut.sh: fix stray "fi"
  2010-08-23 17:56 [PATCH] mkinitrd-dracut.sh: fix stray "fi" Andrey Borzenkov
@ 2010-08-23 20:33 ` Harald Hoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2010-08-23 20:33 UTC (permalink / raw)
  To: Andrey Borzenkov; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA

pushed

On 08/23/2010 07:56 PM, Andrey Borzenkov wrote:
>
>
> Signed-off-by: Andrey Borzenkov<arvidjaar-JGs/UdohzUI@public.gmane.org>
>
> ---
>
>   mkinitrd-dracut.sh |    1 -
>   1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/mkinitrd-dracut.sh b/mkinitrd-dracut.sh
> index 15b39a6..320a9fe 100644
> --- a/mkinitrd-dracut.sh
> +++ b/mkinitrd-dracut.sh
> @@ -92,7 +92,6 @@ done
>
>   [[ $target&&  $kernel ]] || usage
>   [[ $img_vers ]]&&  target="$target-$kernel"
> -fi
>
>   if [[ $basicmodules ]]; then
>   	dracut $dracut_args --add-drivers "$basicmodules" "$target" "$kernel"
>
> --
> To unsubscribe from this list: send the line "unsubscribe initramfs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2010-08-23 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-23 17:56 [PATCH] mkinitrd-dracut.sh: fix stray "fi" Andrey Borzenkov
2010-08-23 20:33 ` Harald Hoyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.