Please work
This commit is contained in:
parent
adf6844d49
commit
f767d98037
@ -14,7 +14,7 @@ for f in ${SOURCES[@]}
|
||||
do
|
||||
clang-format -n $f 2>&1 | grep -q ^
|
||||
RESULT=$?
|
||||
if [ "$RESULT" = "0" ]
|
||||
if [ "$RESULT" -eq "0" ]
|
||||
then
|
||||
echo "File $f needs formatting"
|
||||
ALL_OK=0
|
||||
|
Loading…
Reference in New Issue
Block a user