mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Allowed commenting in signature files
This commit is contained in:
parent
27dd363a85
commit
69e79ccdf3
@ -28,7 +28,8 @@ do
|
|||||||
echo -e "Check $(printf %-24s ${stub}) \e[33m ... IGNORE \e[39m"
|
echo -e "Check $(printf %-24s ${stub}) \e[33m ... IGNORE \e[39m"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
diff --ignore-case --strip-trailing-cr ${ref} ${sig} &> /dev/null
|
# KMG: added snippet to ignore comments in reference file
|
||||||
|
diff -I '#*' -I '//*' --ignore-case --strip-trailing-cr ${ref} ${sig} &> /dev/null
|
||||||
if [ $? == 0 ]
|
if [ $? == 0 ]
|
||||||
then
|
then
|
||||||
echo -e "\e[32m ... OK \e[39m"
|
echo -e "\e[32m ... OK \e[39m"
|
||||||
|
Loading…
Reference in New Issue
Block a user