mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 14:28:24 +00:00
Add a script to enable finding source files without support-levels defined.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@369002 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
build_tools/find_missing_support_level
Executable file
3
build_tools/find_missing_support_level
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
grep -r -L -e "support_level" * | grep -e "\.c$" -e "\.cxx$" | sort
|
||||
Reference in New Issue
Block a user