diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-10-06 09:08:07 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-10-06 09:08:07 +0100 |
commit | 9a07bd1fa89a6355066555b94373a0a562791342 (patch) | |
tree | ab67cb93f7c69b471667cec3ab3dcf7a03251f98 | |
parent | 3a6cbd0afc54951f71002b9ed38b0b2955ae905c (diff) |
putting in env
-rwxr-xr-x | calendar/dayplan_revised.pl | 2 | ||||
-rwxr-xr-x | calendar/modevent.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/dayplan_revised.pl b/calendar/dayplan_revised.pl index 43e74a7..bf72ea7 100755 --- a/calendar/dayplan_revised.pl +++ b/calendar/dayplan_revised.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Porting dayplan.ksh to Perl use strict; diff --git a/calendar/modevent.pl b/calendar/modevent.pl index 38f1e02..bffb972 100755 --- a/calendar/modevent.pl +++ b/calendar/modevent.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use warnings; use strict; |