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

Unified Diff: src/scripts/build_image.sh

Issue 548092: Fix when referencing --with_dev_pkgs flag. Doh! (Closed)
Patch Set: Created 10 years, 11 months 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: src/scripts/build_image.sh
diff --git a/src/scripts/build_image.sh b/src/scripts/build_image.sh
index 5762ce35fc3dbbeb8c2fbcfaf056da9c6f2cb0f9..58f9018133cf2e643265699c51761d7e3e93af90 100755
--- a/src/scripts/build_image.sh
+++ b/src/scripts/build_image.sh
@@ -120,7 +120,7 @@ sudo mount "$LOOP_DEV" "$ROOT_FS_DIR"
# -- Install packages and customize root file system. --
PKGLIST="$FLAGS_pkglist"
-if [ $FLAGS_with_dev_pkglist -eq $FLAGS_TRUE ]; then
+if [ $FLAGS_with_dev_pkgs -eq $FLAGS_TRUE ]; then
PKGLIST="$PKGLIST,${SRC_ROOT}/package_repo/package-list-debug.txt"
fi
"${SCRIPTS_DIR}/install_packages.sh" \
« 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