view dropbear_lint.sh @ 1808:42daf3044618

fuzz: split long argument list with xargs
author Matt Johnston <matt@ucc.asn.au>
date Sun, 07 Mar 2021 16:30:33 +0800
parents 90fffce0ee99
children
line wrap: on
line source

#!/bin/sh

EXITCODE=0

# #ifdef instead of #if
grep '#ifdef DROPBEAR' -I *.c *.h && EXITCODE=1

exit $EXITCODE