Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: mod_for_factory_scripts/600customizeRelease

Issue 4482001: Fix build break Looks like I messed up the files somehow before push. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git
Patch Set: fix quotes Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698