[oe-commits] org.oe.dev uboot-gta01: Don't use compund statements without checking return values since they don't work as expected

rpurdie commit openembedded-commits at lists.openembedded.org
Sat Apr 14 14:19:10 UTC 2007


uboot-gta01: Don't use compund statements without checking return values since they don't work as expected

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 323a61386c38870d2e0b5b050d014c6ff276be1a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=323a61386c38870d2e0b5b050d014c6ff276be1a
Files:
1
packages/uboot/uboot-gta01_svn.bb
Diffs:

#
# mt diff -r551f6ee7845c2fce9ae7b86cbfe439dc1200015e -r323a61386c38870d2e0b5b050d014c6ff276be1a
#
# 
# 
# patch "packages/uboot/uboot-gta01_svn.bb"
#  from [9ae962e22bf2ce38860a8a843fcc1b6a7cde7f4e]
#    to [99839c5d6e1423ba68d992f0dfc835c2927b72c6]
# 
============================================================
--- packages/uboot/uboot-gta01_svn.bb	9ae962e22bf2ce38860a8a843fcc1b6a7cde7f4e
+++ packages/uboot/uboot-gta01_svn.bb	99839c5d6e1423ba68d992f0dfc835c2927b72c6
@@ -18,7 +18,9 @@ do_quilt() {
 UBOOT_MACHINES = "gta01v3 gta01v4 gta01bv2 gta01bv3"
 
 do_quilt() {
-        mv ${WORKDIR}/patches ${S}/patches && cd ${S} && quilt push -av
+        mv ${WORKDIR}/patches ${S}/patches 
+        cd ${S}
+        quilt push -av
         rm -Rf patches .pc
 }
 






More information about the Openembedded-commits mailing list