[evoke] r1238 committed - * Fix a typo that should have been caught by sh -n.

1 view
Skip to first unread message

codesite...@google.com

unread,
Sep 4, 2009, 10:20:42 AM9/4/09
to evoke-...@googlegroups.com
Revision: 1238
Author: heliocentric
Date: Fri Sep 4 07:20:09 2009
Log: * Fix a typo that should have been caught by sh -n.


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)"

Reply all
Reply to author
Forward
0 new messages