mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 19:18:13 +08:00
Increase the portability of this script a bit: use /usr/bin/env to find bash,
rather than assuming it lives in the path. Patch by Eitan Adler! llvm-svn: 182696
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# This script produces a list of all diagnostics that are defined
|
||||
# in Diagnostic*.td files but not used in sources.
|
||||
|
||||
Reference in New Issue
Block a user