[utils] Update shebang to use the environment.

This changes the shebang to launch bash through /usr/bin/env.

llvm-svn: 369717
This commit is contained in:
Jonas Devlieghere 2019-08-22 23:42:31 +00:00
parent e03f34dd09
commit dd323c3507

View File

@ -1,4 +1,4 @@
# !/bin/bash
#!/usr/bin/env bash
#===-- merge-request.sh ---------------------------------------------------===#
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.