Skip to content

Commit

Permalink
[PATCH] extract-ikconfig: don't use --long-options
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Mar 24, 2006
1 parent ff45e99 commit 008accb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extract-ikconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 008accb

Please sign in to comment.