Strip newline from build id
commit01dd98cdb490869ad361403a70d3b6f95757cd03
authorJez Ng <jezng@fb.com>
Thu, 17 Mar 2016 04:29:21 +0000 (16 21:29 -0700)
committerHhvm Bot <hhvm-bot-bot@fb.com>
Thu, 17 Mar 2016 06:30:49 +0000 (16 23:30 -0700)
tree70eb9bf2571927f92ed9162102a7b5411e0ac046
parent70c96d4e90597b3b11a7c27d231a63f9106136d3
Strip newline from build id

Summary:It's a weird place to put a newline (we should append it if/when we want to
print it out, not keep it in the build id string itself...), and it was
interfering with Flow because they use input_line to communicate between client
and server

Reviewed By: mroch, alexchow

Differential Revision: D3063286

fb-gh-sync-id: c81dffafa3a3c54887cfc2f6d18506785f241825
shipit-source-id: c81dffafa3a3c54887cfc2f6d18506785f241825
hphp/hack/src/client/clientArgs.ml
hphp/hack/src/server/serverArgs.ml
hphp/hack/src/utils/build_id.ml