Merge "common: mk-image: disable the debug"

This commit is contained in:
Ziyuan Xu
2019-09-16 18:29:11 +08:00
committed by Gerrit Code Review

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -x
if [ ! -d "$TARGET_OUTPUT_DIR" ]; then
echo "Source buildroot/build/envsetup.sh firstly!!!"
exit 1