Use subprocess.Popen, hoping for Windows portability
authorDavid Neto <dneto@google.com>
Tue, 23 Feb 2016 22:58:31 +0000 (17:58 -0500)
committerDavid Neto <dneto@google.com>
Tue, 23 Feb 2016 23:09:50 +0000 (18:09 -0500)
commitb38ac4bae60b361ee6e7708fe89f93ccb535d1bc
tree28ef11feb032124524bd0cd4c0a1156288e9cbcb
parentb6ccd0d89114d94026871edd31cf886280dad20a
Use subprocess.Popen, hoping for Windows portability

Replaces use of subprocess.check_output
utils/update_build_version.py