From 64a19cd32788240bc248fd27d26d84ba3dbecff5 Mon Sep 17 00:00:00 2001 From: Ziyuan Xu Date: Mon, 16 Sep 2019 10:27:40 +0000 Subject: [PATCH] common: mk-image: disable the debug Fixes: 74a4b38e2acc ("common: mk-image: mkfs with the specified the filesystem type") Change-Id: Iac2e71dc3f4b8e38e00e352d37d63193277577d4 Signed-off-by: Ziyuan Xu --- common/mk-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/mk-image.sh b/common/mk-image.sh index 490b1fa..b91a474 100755 --- a/common/mk-image.sh +++ b/common/mk-image.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -x + if [ ! -d "$TARGET_OUTPUT_DIR" ]; then echo "Source buildroot/build/envsetup.sh firstly!!!" exit 1