* [PATCH] dracut-lib.sh: typo fix
@ 2015-06-15 8:56 Lidong Zhong
[not found] ` <1434358579-11674-1-git-send-email-lzhong-IBi9RG/b67k@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Lidong Zhong @ 2015-06-15 8:56 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Lidong Zhong <lzhong-IBi9RG/b67k@public.gmane.org>
---
modules.d/99base/dracut-lib.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh
index 6498f9d..08110cc 100755
--- a/modules.d/99base/dracut-lib.sh
+++ b/modules.d/99base/dracut-lib.sh
@@ -313,7 +313,7 @@ getargs() {
_args="$@"
set --
for _i in $_args; do
- if [ "$i" = "-d" ]; then
+ if [ "$_i" = "-d" ]; then
_deprecated=1
continue
fi
--
1.8.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dracut-lib.sh: typo fix
[not found] ` <1434358579-11674-1-git-send-email-lzhong-IBi9RG/b67k@public.gmane.org>
@ 2015-06-15 9:05 ` Dracut GitHub Import Bot
2015-06-15 9:32 ` Harald Hoyer
1 sibling, 0 replies; 3+ messages in thread
From: Dracut GitHub Import Bot @ 2015-06-15 9:05 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
Patchset imported to github.
Pull request:
<https://github.com/haraldh/dracut/compare/master...dracut-mailing-devs:1434358579-11674-1-git-send-email-lzhong%40suse.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dracut-lib.sh: typo fix
[not found] ` <1434358579-11674-1-git-send-email-lzhong-IBi9RG/b67k@public.gmane.org>
2015-06-15 9:05 ` Dracut GitHub Import Bot
@ 2015-06-15 9:32 ` Harald Hoyer
1 sibling, 0 replies; 3+ messages in thread
From: Harald Hoyer @ 2015-06-15 9:32 UTC (permalink / raw)
To: Lidong Zhong, initramfs-u79uwXL29TY76Z2rM5mHXA
On 15.06.2015 10:56, Lidong Zhong wrote:
> Signed-off-by: Lidong Zhong <lzhong-IBi9RG/b67k@public.gmane.org>
> ---
> modules.d/99base/dracut-lib.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh
> index 6498f9d..08110cc 100755
> --- a/modules.d/99base/dracut-lib.sh
> +++ b/modules.d/99base/dracut-lib.sh
> @@ -313,7 +313,7 @@ getargs() {
> _args="$@"
> set --
> for _i in $_args; do
> - if [ "$i" = "-d" ]; then
> + if [ "$_i" = "-d" ]; then
> _deprecated=1
> continue
> fi
>
merged, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-15 9:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15 8:56 [PATCH] dracut-lib.sh: typo fix Lidong Zhong
[not found] ` <1434358579-11674-1-git-send-email-lzhong-IBi9RG/b67k@public.gmane.org>
2015-06-15 9:05 ` Dracut GitHub Import Bot
2015-06-15 9:32 ` Harald Hoyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox