From 4817a53d21ff13246da4aea8e17213400bd65bdd Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sat, 28 Aug 2021 13:33:00 -0700 Subject: [PATCH] #! line uses /usr/bin/env to work with nonstandard installations --- bin/feedgnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 3123c5b..e5e7ccf 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl package feedgnuplot; # for the metacpan indexer