| Index: mod_for_factory_scripts/600customizeRelease
|
| diff --git a/mod_for_factory_scripts/600customizeRelease b/mod_for_factory_scripts/600customizeRelease
|
| index 9298e450c24900d836f8070894924517c94c19a9..4975f2d1478b85235f1e2cd11380080e74faa81c 100755
|
| --- a/mod_for_factory_scripts/600customizeRelease
|
| +++ b/mod_for_factory_scripts/600customizeRelease
|
| @@ -13,6 +13,7 @@ pushd ${TEST_DIR} 1> /dev/null
|
| CUSTOMIZE="customize_${BOARD}"
|
| if [ -e "${CUSTOMIZE}" ]; then
|
| echo "Running ${CUSTOMIZE}"
|
| + "./${CUSTOMIZE}"
|
| fi
|
|
|
| # We don't need the customize script anymore.
|
|
|