Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 008accbb authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds
Browse files

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

parent ff45e99d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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