Add #! line to scripts/bootstrap.py.

Indicate scripts/bootstrap.py should be run by python2.

TBR=jmadill@chromium.org
BUG=angleproject:2209

Change-Id: I2ccfee1407cd4ce457aa28a374ac202b8281d40b
Reviewed-on: https://chromium-review.googlesource.com/862618
Reviewed-by: Frank Henigman <fjhenigman@chromium.org>
Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
This commit is contained in:
Frank Henigman
2018-01-11 17:18:52 -05:00
committed by Commit Bot
parent e1aa921931
commit 1ea85a1316

View File

@@ -1,3 +1,5 @@
#!/usr/bin/python2
# Copyright 2015 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.