Re: [PATCH] dracut-lib.sh: typo fix

2015-06-15 Thread Dracut GitHub Import Bot
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


--
To unsubscribe from this list: send the line unsubscribe initramfs in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] dracut-lib.sh: typo fix

2015-06-15 Thread Harald Hoyer
On 15.06.2015 10:56, Lidong Zhong wrote:
 Signed-off-by: Lidong Zhong lzh...@suse.com
 ---
  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!
--
To unsubscribe from this list: send the line unsubscribe initramfs in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html