From d10b9fb6cce977dad7ccd637c5e6e31f682eaa52 Mon Sep 17 00:00:00 2001 From: Bram Date: Sat, 3 Sep 2022 18:50:44 +0200 Subject: Add perl shebang to mkppport It was missing so add it. (And as a benefit: it now renders the file as Perl code when viewing it on github) --- mkppport | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkppport') diff --git a/mkppport b/mkppport index 332327e533..a8d1a3a695 100644 --- a/mkppport +++ b/mkppport @@ -1,3 +1,5 @@ +#!perl + use strict; use warnings; -- cgit v1.2.1