diff options
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/installer.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index bd5fae5..f7c01280 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -468,7 +468,7 @@ '../chrome.gyp:chrome', ], 'variables': { - 'version' : '<!(echo -n "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" | <(version_py) -f ../../chrome/VERSION /dev/stdin)', + 'version' : '<!(python <(version_py) -f ../../chrome/VERSION -t "@MAJOR@.@MINOR@.@BUILD@.@PATCH@")', 'revision' : '<!(python ../../build/util/lastchange.py | cut -d "=" -f 2)', 'input_files': [ # TODO(mmoss) Any convenient way to get all the relevant build |