mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 08:16:49 +00: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:
parent
5fd822c283
commit
82f3fc06d3
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user