public inbox for initramfs@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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