Discussion:
git: 585385f822 - main - the FreeBSD location for perl is /usr/local/bin/perl
Wolfram Schneider
2021-05-18 15:01:41 UTC
Permalink
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=585385f822f78f3fc9a3b106044035a4f03fa7f2

commit 585385f822f78f3fc9a3b106044035a4f03fa7f2
Author: Wolfram Schneider <***@FreeBSD.org>
AuthorDate: 2021-05-18 15:00:31 +0000
Commit: Wolfram Schneider <***@FreeBSD.org>
CommitDate: 2021-05-18 15:00:31 +0000

the FreeBSD location for perl is /usr/local/bin/perl
---
website/content/en/cgi/man.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 20bf377262..edeb46dfeb 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!/usr/local/bin/perl -T
#
# Copyright (c) 1996-2020 Wolfram Schneider <***@FreeBSD.org>
# All rights reserved.

Loading...