crosstool-ng/scripts/toolchain-config.in
Yann E. MORIN" 3374dbf5eb scripts: simplify and fix the toolchain config script
The script that is installed, and which sole purpose is to dump
the .config that was used to build the toolchain, is pure insanity.

Let's make it much, much more simpler...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-08-19 00:52:05 +02:00

5 lines
42 B
Bash

#!/bin/sh
tail -n+5 "${0}" |bzcat
exit 0