crosstool-ng/scripts/toolchain-config.in
Yann E. MORIN" 692749b67e Use tools discovered by ./configure in scripts/toolchain-config.in.
/trunk/scripts/crosstool-NG.sh.in  |    1     1     0     0 +
 /trunk/scripts/toolchain-config.in |    2     1     1     0 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
2009-02-01 18:51:19 +00:00

9 lines
236 B
Bash

#!/bin/sh
SKIP_ME="### CT_NG SKIP ME ###"
skip_me=$(($(cat "${0}" |@@grep@@ --binary-files=text -o -b -E "^${SKIP_ME}$" |cut -d : -f 1)+${#SKIP_ME}+1))
dd if="${0}" bs=${skip_me} skip=1 2>/dev/null |bzcat
exit 0
### CT_NG SKIP ME ###