mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 00:23:56 +00:00
6fc6d842e8
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> (transplanted from 814ea73df7e0fab3db1cbe7623932714359c732b)
5 lines
42 B
Bash
5 lines
42 B
Bash
#!/bin/sh
|
|
|
|
tail -n+5 "${0}" |bzcat
|
|
exit 0
|