http://code.google.com/p/evoke/source/detail?r=1238
Modified:
/trunk/builder/dynamic.sh
=======================================
--- /trunk/builder/dynamic.sh Thu Sep 3 16:22:30 2009
+++ /trunk/builder/dynamic.sh Fri Sep 4 07:20:09 2009
@@ -242,7 +242,8 @@
${CROSSTOOLSPATH}/strip --remove-section=.note --remove-section=.comment
--strip-unneeded ${PROGS}
tar -cLf - ${PROGS} | tar -xpf - -C ${FSDIR}${N_BIN}/
cd ${FSDIR}${N_BIN}
- for binary in $(grep -v ^# ${BUILDDIR}/portlist | grep ^B: | cut -d : -f
2,5)"
+
+ for binary in $(grep -v ^# ${BUILDDIR}/portlist | grep ^B: | cut -d : -f
2,5)
do
STARTNAME="$(echo ${binary} | cut -d : -f 1)"
ENDNAME="$(echo ${binary} | cut -d : -f 1)"