Bug 1455782 - Update gfx/angle/update-angle.py shebang. draft
authorJeff Gilbert <jgilbert@mozilla.com>
Fri, 20 Apr 2018 16:11:55 -0700
changeset 785976 cb0b7d7c10d46d459265355e01b64d125d67b58e
parent 785586 cc0d7de218cb0c260c8ba0cf6637845ad2222f49
child 785977 5b217c6721cfd1fe61c24f45f084438aea254879
push id107380
push userbmo:jgilbert@mozilla.com
push dateFri, 20 Apr 2018 23:24:15 +0000
bugs1455782
milestone61.0a1
Bug 1455782 - Update gfx/angle/update-angle.py shebang. MozReview-Commit-ID: Ch0ucrUJHHN
gfx/angle/update-angle.py
--- a/gfx/angle/update-angle.py
+++ b/gfx/angle/update-angle.py
@@ -1,9 +1,9 @@
-#!/bin/python3
+#! /usr/bin/env python3
 assert __name__ == '__main__'
 
 '''
 To update ANGLE in Gecko, use Windows with git-bash, and setup depot_tools and
 python3.
 
 Upstream: https://chromium.googlesource.com/angle/angle