Use /usr/bin/env python instead of /usr/bin/python.
On operating systems like the BSDs, it is typically the case that /usr/bin/python does not exist. We should therefore use /usr/bin/env instead. This is also done in various other scripts in tools/. llvm-svn: 216945
Loading
Please sign in to comment