Forráskód Böngészése

mkimage: consistently redirect std{err,out} to /dev/null with dd(1).

Juan RP 10 éve
szülő
commit
391e50f0c2
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      mkimage.sh.in

+ 1 - 1
mkimage.sh.in

@@ -198,7 +198,7 @@ odroid-u2)
     dd if=${ROOTFSDIR}/boot/E4412_S.tzsw.signed.bin of=${LOOPDEV} seek=2111 >/dev/null 2>&1
     ;;
 usbarmory)
-    dd if=${ROOTFSDIR}/boot/u-boot.imx of=${LOOPDEV} bs=512 seek=2 conv=fsync
+    dd if=${ROOTFSDIR}/boot/u-boot.imx of=${LOOPDEV} bs=512 seek=2 conv=fsync >/dev/null 2>&1
     ;;
 esac