[oe-commits] org.oe.dev testlab: remove bashism, spotted by XorA

koen commit oe at amethyst.openembedded.net
Wed Mar 19 08:38:11 UTC 2008


testlab: remove bashism, spotted by XorA

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 552396a9dfe973c66350f15cdf75d1b55fc16adb
ViewMTN: http://monotone.openembedded.org/revision/info/552396a9dfe973c66350f15cdf75d1b55fc16adb
Files:
1
classes/testlab.bbclass
Diffs:

#
# mt diff -r57372f444947f67038159885de1edb5a39da6613 -r552396a9dfe973c66350f15cdf75d1b55fc16adb
#
#
#
# patch "classes/testlab.bbclass"
#  from [77a433449ede680d28026380c4121e957fac45cc]
#    to [c3d610ac3c54bb4174b19e9905964f8a4064cc07]
#
============================================================
--- classes/testlab.bbclass	77a433449ede680d28026380c4121e957fac45cc
+++ classes/testlab.bbclass	c3d610ac3c54bb4174b19e9905964f8a4064cc07
@@ -26,7 +26,7 @@ if [ -e  ${IMAGE_ROOTFS}/etc/opkg ] ; th
 
 	TESTLAB_DIR="${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-testlab"
         mkdir -p ${TESTLAB_DIR}/
-	ls -laR ${IMAGE_ROOTFS} >& ${TESTLAB_DIR}/files-in-image.txt 	
+	ls -laR ${IMAGE_ROOTFS} > ${TESTLAB_DIR}/files-in-image.txt 	
      
 	echo > ${TESTLAB_DIR}/installed-packages.txt
 	echo -e "digraph depends {\n    node [shape=plaintext]" > ${TESTLAB_DIR}/depends.dot






More information about the Openembedded-commits mailing list