scripts/toolchain-config.in
author Titus von Boxberg <titus@v9g.de>
Tue Nov 22 10:08:10 2011 +0100 (2011-11-22)
branch1.13
changeset 2842 9ee6a3a0f3de
parent 1189 5c20d52c8270
permissions -rw-r--r--
scripts/functions: extract: portable call for old and defective tars

Instead of using -J, --lzma, --use-compress-program or the like
use <compressor> -dc <file> | tar -f -

Signed-off-by: Titus von Boxberg <titus@v9g.de>
(transplanted from 49af7802dcd538ec3cb64337030b03ac2c6344d2)
yann@894
     1
#!/bin/sh
yann@894
     2
yann@2614
     3
tail -n+5 "${0}" |bzcat
yann@894
     4
exit 0