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>
diff --git a/scripts/bootstrap.py b/scripts/bootstrap.py
index bfeac5b..e97a6b3 100644
--- a/scripts/bootstrap.py
+++ b/scripts/bootstrap.py
@@ -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.