1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[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 27c6540453
commit e17deae810

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.