Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23409
b: refs/heads/master
c: 008accb
h: refs/heads/master
i:
  23407: b4bcaaa
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Mar 24, 2006
1 parent c3ab26c commit d1716ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ff45e99dcd31e1810a9892ce28190bff262e4e12
refs/heads/master: 008accbbae6b2f18c2039d563f28d46ff4388d36
2 changes: 1 addition & 1 deletion trunk/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 d1716ba

Please sign in to comment.