mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Perl is not available in base fix scripts depending on it to use
the version from ports PR: 215159 Reported by: Anatoly Kamchatnov <akamch@gmail.com> MFC after: 2 days
This commit is contained in:
parent
e93a36a3cf
commit
cd5245e4c9
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/perl
|
||||
#! /usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
# runs groff in safe mode, that seems to be the default
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/perl -w
|
||||
#! /usr/bin/env perl -w
|
||||
# -*- Perl -*-
|
||||
# Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005
|
||||
# Free Software Foundation, Inc.
|
||||
|
|
|
|||
Loading…
Reference in a new issue