[PATCH 01/11] shebang fix for tls, this one is actually a script
[email protected] (Matt Simerson)
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
--- plugins/tls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tls b/plugins/tls index 1be2245..c2ac7de 100644 --- a/plugins/tls +++ b/plugins/tls @@ -1,4 +1,4 @@ -#!perl -w +#!/usr/bin/perl =head1 NAME -- 1.7.9.6