scripts/toolchain-config.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Fri Nov 15 21:16:52 2013 +0100 (2013-11-15)
changeset 3247 01ef2159b12a
parent 1189 5c20d52c8270
permissions -rw-r--r--
scripts/functions: use portable 'gzip -dc'

'zcat' on MacOS-X is broken (it is not gzip's zcat, but compres' zcat).

Use 'gzip -dc' for portability, as suggested by Anthony.

Reported-by: Fernando Ortiz <fortiz2k@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Anthony Foiani <anthony.foiani@gmail.com>
yann@894
     1
#!/bin/sh
yann@894
     2
yann@2614
     3
tail -n+5 "${0}" |bzcat
yann@894
     4
exit 0