Skip to content

Commit

Permalink
The new audit-packages code goes to stdout now.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianp committed Aug 27, 2007
1 parent d3d32b7 commit ccc8f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/bulk/sort-packages
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
# $NetBSD: sort-packages,v 1.9 2007/08/06 02:43:34 adrianp Exp $
# $NetBSD: sort-packages,v 1.10 2007/08/27 15:38:08 adrianp Exp $

# This program scans all binary packages in the current directory and
# creates three lists of files in OUTDIR:
Expand Down Expand Up @@ -77,7 +77,7 @@ for pkg in *${PKG_SUFX}; do
vuln=`${AUDIT_PACKAGES} -p "${pkg}"`
fi
else
vuln=`${AUDIT_PACKAGES} ${AUDIT_PACKAGES_FLAGS} -p "${pkg}" 2>&1`
vuln=`${AUDIT_PACKAGES} ${AUDIT_PACKAGES_FLAGS} -p "${pkg}"`
fi
if [ -n "${vuln}" ]; then
category="vulnerable"
Expand Down

0 comments on commit ccc8f33

Please sign in to comment.