diff options
author | edwin <edwin@FreeBSD.org> | 2003-03-29 07:37:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-03-29 07:37:36 +0800 |
commit | 91d594d19d1f4dc69a5127f2c617a1a2c6723093 (patch) | |
tree | f54d587d04f04248e15520f73d98e5de875db213 /security/cyrus-sasl/files | |
parent | 2579f956388a5beddc5977169b71c9e77d26db4c (diff) | |
download | freebsd-ports-gnome-91d594d19d1f4dc69a5127f2c617a1a2c6723093.tar.gz freebsd-ports-gnome-91d594d19d1f4dc69a5127f2c617a1a2c6723093.tar.zst freebsd-ports-gnome-91d594d19d1f4dc69a5127f2c617a1a2c6723093.zip |
Fix shell-syntax.
PR: ports/48953
Submitted by: JoeHorn <joehorn@leobbs.net> and lots of others.
Diffstat (limited to 'security/cyrus-sasl/files')
-rw-r--r-- | security/cyrus-sasl/files/pwcheck.sh | 4 |
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 |