From e1b902c92c677ff4b3aeb5f12186a53cd719e192 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 18 Oct 2019 20:12:50 +0200 Subject: util/chromeos: Don't hide error output Change-Id: Idf29275575ca7965a0df98dbc8f2b27ab9c5ec4d Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/36134 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- util/chromeos/crosfirmware.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/chromeos/crosfirmware.sh b/util/chromeos/crosfirmware.sh index 9d2ca84aa998..dc33fac8cef8 100755 --- a/util/chromeos/crosfirmware.sh +++ b/util/chromeos/crosfirmware.sh @@ -76,7 +76,7 @@ extract_partition() SIZE=$(( $( echo $ROOTP | cut -f4 -d\ | tr -d "B" ) )) dd if=$FILE of=$ROOTFS bs=$_bs skip=$(( $START / $_bs )) \ - count=$(( $SIZE / $_bs )) > /dev/null 2>&1 + count=$(( $SIZE / $_bs )) > /dev/null } extract_shellball() -- cgit v1.2.3