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

Unified Diff: chromeos-common.sh

Issue 6777012: Fix chromeos-common.sh: false -> ${FLAGS_FALSE} (Closed) Base URL: http://git.chromium.org/git/installer.git@master
Patch Set: Created 9 years, 9 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: chromeos-common.sh
diff --git a/chromeos-common.sh b/chromeos-common.sh
index 061a77522db903d54463c5e1d4cc61bc5a0ecd9f..b2b45b630c8f64fe6d02f3be218614c9c438f67d 100644
--- a/chromeos-common.sh
+++ b/chromeos-common.sh
@@ -126,7 +126,7 @@ install_gpt() {
local force_full="${6:-}"
local rootfs_default_size=2048 # 2GiB
local rootfs_size="${7:-$rootfs_default_size}"
- local large_test_partitions="${8:-false}"
+ local large_test_partitions="${8:-${FLAGS_FALSE}}"
if [ "$rootfs_size" = "default" ]; then
rootfs_size=$rootfs_default_size
« 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