From db7e2c2ffbbd3fa5c11fca9e65763cc4041e1675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Thu, 21 Sep 2017 09:51:58 +0300 Subject: [PATCH] Use `/usr/bin/env perl` instead of `/bin/perl` This allows Perl to be installed in other locations. --- Documentation/process.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/process.pl b/Documentation/process.pl index 2f7194079..fd2f4b3db 100755 --- a/Documentation/process.pl +++ b/Documentation/process.pl @@ -1,4 +1,4 @@ -#!/bin/perl +#!/usr/bin/env perl # Discard the CSV headers <>;