e8cbe820c4
rhbz#1939018
8 lines
101 B
Bash
Executable File
8 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
# Check that clang-format-diff is in PATH.
|
|
# rhbz#1939018
|
|
clang-format-diff -h
|