Skip to content

Commit

Permalink
check-shlibs-macho.awk: Revert revision 1.3.
Browse files Browse the repository at this point in the history
It completely broke the checks, resulting in broken binary packages
being shipped, e.g. TritonDataCenter#104
  • Loading branch information
jperkin committed May 25, 2018
1 parent 30d1aed commit 7fb398b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/check/check-shlibs-macho.awk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: check-shlibs-macho.awk,v 1.3 2016/08/20 18:52:42 adam Exp $
# $NetBSD: check-shlibs-macho.awk,v 1.4 2018/05/25 09:26:49 jperkin Exp $

#
# Read a list of potential Mach-O binaries from stdin.
Expand Down Expand Up @@ -119,4 +119,4 @@ BEGIN {
depends_file = ENVIRON["DEPENDS_FILE"]
}

/\t/ { checkshlib($0); }
{ checkshlib($0); }

0 comments on commit 7fb398b

Please sign in to comment.