comparison dropbear_lint.sh @ 1739:13d834efc376 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Thu, 15 Oct 2020 19:55:15 +0800
parents 90fffce0ee99
children
comparison
equal deleted inserted replaced
1562:768ebf737aa0 1739:13d834efc376
1 #!/bin/sh
2
3 EXITCODE=0
4
5 # #ifdef instead of #if
6 grep '#ifdef DROPBEAR' -I *.c *.h && EXITCODE=1
7
8 exit $EXITCODE