Index: chromeos_version.sh |
diff --git a/chromeos_version.sh b/chromeos_version.sh |
index fcebafb516e15b85a6e22b49fc0746ee0dd0a344..649898719e68ce9951777587ef63a5dc9819bd4f 100755 |
--- a/chromeos_version.sh |
+++ b/chromeos_version.sh |
@@ -84,9 +84,8 @@ export CHROMEOS_VERSION_STRING=\ |
# Set CHROME values (Used for releases) to pass to chromeos-chrome-bin ebuild |
# URL to chrome archive |
export CHROME_BASE= |
-# directory containing chrome-chromeos.zip - an svn rev or a full version |
-export CHROME_BUILD= |
-export CHROME_VERSION="$CHROME_BUILD" |
+# export CHROME_VERSION from incoming value or NULL and let ebuild default |
+export CHROME_VERSION="$CHROME_VERSION" |
scottz-goog
2010/11/12 23:51:23
So other scripts are calling this with
CHROME_VERS
David McMahon
2010/11/13 00:38:06
Well this is kind of a hack on a hack. --chromebu
|
# Print (and remember) version info. |
echo "ChromeOS version information:" |