Use env for shebang
authorJonathan Blake <jonathan.blake@projectaon.org>
Tue, 13 Aug 2019 01:57:10 +0000 (18:57 -0700)
committerJonathan Blake <jonathan.blake@projectaon.org>
Tue, 13 Aug 2019 01:57:10 +0000 (18:57 -0700)
common/scripts/split-sections.pl

index d711b76..59ceef4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/bin/env perl
 
 use strict;
 use autodie;