mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
dropbear_lint.sh: Use grep --
This commit is contained in:
parent
17e02fe614
commit
64e270b6f2
@ -3,6 +3,6 @@
|
|||||||
EXITCODE=0
|
EXITCODE=0
|
||||||
|
|
||||||
# #ifdef instead of #if
|
# #ifdef instead of #if
|
||||||
grep '#ifdef DROPBEAR' -I *.c *.h && EXITCODE=1
|
grep '#ifdef DROPBEAR' -I -- *.c *.h && EXITCODE=1
|
||||||
|
|
||||||
exit $EXITCODE
|
exit $EXITCODE
|
||||||
|
Loading…
Reference in New Issue
Block a user