diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-11-11 17:25:23 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-11-11 17:25:23 +0000 |
commit | 92b5fe3410c4277d7c89b5f284f54da0ae968db3 (patch) | |
tree | e0186e9b558144ca48f9078b34e5a8c62de93a4f /mail/cone/scripts/c_rehash | |
parent | Bump PORTREVISION to reflect security update. (diff) |
- Update to 0.62;
- pet portlint.
PR: ports/71351
Submitted by: Matthias Andree.
Notes
Notes:
svn path=/head/; revision=121395
Diffstat (limited to 'mail/cone/scripts/c_rehash')
-rw-r--r-- | mail/cone/scripts/c_rehash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cone/scripts/c_rehash b/mail/cone/scripts/c_rehash index e5ef9d224ed7..913d598e754a 100644 --- a/mail/cone/scripts/c_rehash +++ b/mail/cone/scripts/c_rehash @@ -21,7 +21,7 @@ if(! -f $openssl) { if(-f "$_/$openssl") { $found = 1; last; - } + } } if($found == 0) { print STDERR "c_rehash: rehashing skipped ('openssl' program not available)\n"; |