uboot-gta01: Don't use compund statements without checking return values since they...
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 14 Apr 2007 13:55:18 +0000 (13:55 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Sat, 14 Apr 2007 13:55:18 +0000 (13:55 +0000)
packages/uboot/uboot-gta01_svn.bb

index b30a5bc..d026efc 100644 (file)
@@ -18,7 +18,9 @@ TARGET_LDFLAGS = ""
 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
 }