Commit 9fdf91f3 authored by garykac@chromium.org's avatar garykac@chromium.org

[Chromoting] Fix full version marker in Keystone postflight.sh script.

BUG=129273
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10399138

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138410 0039d316-1c4b-4281-b951-d872f2087c98
parent 4cbc5788
...@@ -14,7 +14,7 @@ ENABLED_FILE_BACKUP="$ENABLED_FILE.backup" ...@@ -14,7 +14,7 @@ ENABLED_FILE_BACKUP="$ENABLED_FILE.backup"
KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
KSUPDATE=https://tools.google.com/service/update2 KSUPDATE=https://tools.google.com/service/update2
KSPID=com.google.chrome_remote_desktop KSPID=com.google.chrome_remote_desktop
KSPVERSION=@@VERSION_FULL@@ KSPVERSION=@@VERSION@@
trap onexit ERR trap onexit ERR
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment