chromium-src-build/ios
Ingemar Ådahl 7c5f98e246 Set Python shebang in build to /usr/bin/env python
A common solution for developers using Linux distributions were
/usr/bin/python is linked to /usr/bin/python3 is to put a python ->
python2 symlink earlier in the PATH when working with python2-only
projects. This doesn't work when shebangs bypasses any environment
configuration.

The change was generated by executing:
  sed -i 's|#!/usr/bin/python|#!/usr/bin/env python|' \
    $(grep -rl '#!/usr/bin/python' build)

Change-Id: I2de77532fd31a0348ec58f4d9af4b7172dc1b9ed
Reviewed-on: https://chromium-review.googlesource.com/559347
Reviewed-by: John Budorick <jbudorick@chromium.org>
Commit-Queue: Ingemar Ådahl <ingemara@opera.com>
Cr-Original-Commit-Position: refs/heads/master@{#484266}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 504c076b196be39b9083a6cab1c9dee11a66b33e
2017-07-05 14:42:43 +00:00
..
OWNERS Remove myself from most OWNERS files 2016-03-01 16:25:34 +00:00
chrome_ios.croc Add croc config file for iOS code coverage. 2012-10-09 17:00:57 +00:00
clean_env.py Set Python shebang in build to /usr/bin/env python 2017-07-05 14:42:43 +00:00