From a59ade13d7aece6d68d32beffa099ba139e8b328 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Wed, 3 Aug 2016 10:04:00 +0200 Subject: [PATCH] Fixed header script Also patch *.inc.in file --- src/header.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/header.sh b/src/header.sh index 616d3ce54..5b35a3db9 100755 --- a/src/header.sh +++ b/src/header.sh @@ -22,7 +22,7 @@ cd $dir FIX_COPYRIGHT="" test -f COPYRIGHT && FIX_COPYRIGHT="$(<COPYRIGHT)" -for file in *.c *.cpp *.h *.cpp.in +for file in *.c *.cpp *.h *.inc.in do test -f "$file" || continue -- GitLab