Skip to content

Commit

Permalink
Update clang_tidy_wrapper.bash shebang (#299)
Browse files Browse the repository at this point in the history
Use env to find the path to bash
  • Loading branch information
jsharpe authored Jun 21, 2024
1 parent 7a14cfd commit ee9e355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint/clang_tidy_wrapper.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
# This is a wrapper for clang-tidy which gives us control over error handling
# Usage: clang_tidy_wrapper.bash <clang-tidy-path> <file1> <file2> ... -- <compiler-args>
#
Expand Down

0 comments on commit ee9e355

Please sign in to comment.