summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-03-28 23:37:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-03-28 23:37:36 +0000
commitc99a01a80cbe5b1a26b1ed0f67e422edc83d9aff (patch)
treef1cf0caae1c6280727c96d2bf0d9c44dd71d3dcd /security/cyrus-sasl
parentfix pkg-plist (diff)
Fix shell-syntax.
PR: ports/48953 Submitted by: JoeHorn <joehorn@leobbs.net> and lots of others.
Notes
Notes: svn path=/head/; revision=77659
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r--security/cyrus-sasl/files/pwcheck.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl/files/pwcheck.sh b/security/cyrus-sasl/files/pwcheck.sh
index 304909890cd7..fb0d6733a9ee 100644
--- a/security/cyrus-sasl/files/pwcheck.sh
+++ b/security/cyrus-sasl/files/pwcheck.sh
@@ -61,8 +61,8 @@ else
fi
fi
- if [ -f ${prefix}/etc/rc.conf.d/cyrus_pwcheck" ]; then
- . ${prefix}/etc/rc.conf.d/cyrus_pwcheck}"
+ if [ -f "${prefix}/etc/rc.conf.d/cyrus_pwcheck" ]; then
+ . ${prefix}/etc/rc.conf.d/cyrus_pwcheck
fi
if [ -z "${cyrus_pwcheck_enable}" ] ; then