aboutsummaryrefslogtreecommitdiff
path: root/admin/check-style.sh
diff options
context:
space:
mode:
Diffstat (limited to 'admin/check-style.sh')
-rwxr-xr-xadmin/check-style.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/admin/check-style.sh b/admin/check-style.sh
index d5fa755ae0fc..594dc56ece1c 100755
--- a/admin/check-style.sh
+++ b/admin/check-style.sh
@@ -1,7 +1,4 @@
#! /bin/sh
-#
-# Automated Testing Framework (atf)
-#
# Copyright (c) 2007 The NetBSD Foundation, Inc.
# All rights reserved.
#
@@ -26,7 +23,6 @@
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
#
# A utility to sanity check the coding style of all source files in the
@@ -100,7 +96,7 @@ find_sources() {
\! -path "*autom4te*" -a \
-type f -a \
\! -name "aclocal.m4" \
- \! -name "bconfig.h" \
+ \! -name "config.h" \
\! -name "defs.h" \
\! -name "defs.hpp" \
\! -name "libtool.m4" \