mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
3374dbf5eb
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>
5 lines
42 B
Bash
5 lines
42 B
Bash
#!/bin/sh
|
|
|
|
tail -n+5 "${0}" |bzcat
|
|
exit 0
|