1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Fix unmatched quote.

PR:		ports/139810
Submitted by:	bf <bf1783 at gmail dot com>
This commit is contained in:
Remko Lodder 2009-10-21 08:30:57 +00:00
parent 25863e4395
commit 905e4a1332
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243140

View File

@ -264,7 +264,7 @@ audit_cwd()
return 2
fi
PKGNAME=`make -VPKGNAME 2>/dev/null || true"`
PKGNAME=`make -VPKGNAME 2>/dev/null || true`
if [ -z "$PKGNAME" ]; then
echo "portaudit: Can't determine the package name" >&2