079bd3253f
Resolves: rhbz#2061041 Resolves: rhbz#2061058
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/sh -eux
|
|
|
|
# Check that clang-format-diff is in PATH.
|
|
# rhbz#1939018
|
|
clang-format-diff -h
|