提交 008accbb 编写于 作者: A Alexey Dobriyan 提交者: Linus Torvalds

[PATCH] extract-ikconfig: don't use --long-options

Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 ff45e99d
......@@ -21,7 +21,7 @@ function dump_config {
let start="$start + 8"
let size="$end - $start"
head --bytes="$end" "$file" | tail --bytes="$size" | zcat
dd if="$file" ibs=1 skip="$start" count="$size" 2>/dev/null | zcat
clean_up
exit 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册