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:
Richard Smith 2013-05-24 23:54:21 +00:00
parent 5fd822c283
commit 82f3fc06d3

View File

@ -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.