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

Unified Diff: mod_for_factory_scripts/factory_setup.sh

Issue 5332004: Fix factory patching (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git
Patch Set: 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 | « mod_for_factory_scripts/200patchInitScript ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mod_for_factory_scripts/factory_setup.sh
diff --git a/mod_for_factory_scripts/factory_setup.sh b/mod_for_factory_scripts/factory_setup.sh
index df37473e4931ef0996f0d657724e184702665102..9d26bbb9cffddc9b483a250f51bd1bc94cc7a350 100755
--- a/mod_for_factory_scripts/factory_setup.sh
+++ b/mod_for_factory_scripts/factory_setup.sh
@@ -11,5 +11,5 @@ SCRIPT_BASE="${GCLIENT_ROOT}/src/scripts/mod_for_factory_scripts/"
for SCRIPT in "${SCRIPT_BASE}"[0-9][0-9][0-9]*[!$~]
do
echo "Apply $(basename "${SCRIPT}")..."
- "${SCRIPT}"
+ bash -e "${SCRIPT}"
done
« no previous file with comments | « mod_for_factory_scripts/200patchInitScript ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698