From d1716ba1f51041d8b87aa7bd4c968bc99eb70e53 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Fri, 24 Mar 2006 03:15:56 -0800 Subject: [PATCH] --- yaml --- r: 23409 b: refs/heads/master c: 008accbbae6b2f18c2039d563f28d46ff4388d36 h: refs/heads/master i: 23407: b4bcaaa4202fca262597e6dffd2a9dc29cb4c921 v: v3 --- [refs] | 2 +- trunk/scripts/extract-ikconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 93238b72f50e..2f99b234dc1e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff45e99dcd31e1810a9892ce28190bff262e4e12 +refs/heads/master: 008accbbae6b2f18c2039d563f28d46ff4388d36 diff --git a/trunk/scripts/extract-ikconfig b/trunk/scripts/extract-ikconfig index be2e57977419..8187e6f0dc2f 100755 --- a/trunk/scripts/extract-ikconfig +++ b/trunk/scripts/extract-ikconfig @@ -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