From ff95fcd40ebce099a5e8b9721a5df1805d0fffa9 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 30 Dec 2018 15:50:27 +0100 Subject: [PATCH] Code cleanup --- doc/scripts/clint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/scripts/clint.sh b/doc/scripts/clint.sh index 11b82c5..c9842e1 100755 --- a/doc/scripts/clint.sh +++ b/doc/scripts/clint.sh @@ -72,6 +72,8 @@ _clint() _clint_file() { + filename="$1" + echo $DEBUG $LINT $CPPFLAGS $CFLAGS "$filename" 2>&1 ret=$?