aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-10-06 09:08:07 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-10-06 09:08:07 +0100
commit9a07bd1fa89a6355066555b94373a0a562791342 (patch)
treeab67cb93f7c69b471667cec3ab3dcf7a03251f98
parent3a6cbd0afc54951f71002b9ed38b0b2955ae905c (diff)
putting in env
-rwxr-xr-xcalendar/dayplan_revised.pl2
-rwxr-xr-xcalendar/modevent.pl2
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;