mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
16 lines
380 B
Diff
16 lines
380 B
Diff
![]() |
Author: Dima Kogan <dima@secretsauce.net>
|
||
|
Date: Sat Aug 28 13:33:00 2021 -0700
|
||
|
|
||
|
#! line uses /usr/bin/env to work with nonstandard installations
|
||
|
|
||
|
diff --git a/bin/feedgnuplot b/bin/feedgnuplot
|
||
|
index 3123c5b..e5e7ccf 100755
|
||
|
--- a/bin/feedgnuplot
|
||
|
+++ b/bin/feedgnuplot
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!/usr/bin/env perl
|
||
|
+#!/usr/bin/perl
|
||
|
|
||
|
package feedgnuplot; # for the metacpan indexer
|
||
|
|