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:
parent
25863e4395
commit
905e4a1332
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243140
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user