From aef01d056389706ef5e231147b6f06e9794abb6c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 25 Feb 2014 18:02:35 -0500 Subject: stop using #!/usr/bin/env perl in installed scripts --- bin/ttyrec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ttyrec b/bin/ttyrec index e7a878b..6bd3282 100644 --- a/bin/ttyrec +++ b/bin/ttyrec @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!perl use strict; use warnings; # ABSTRACT: record interactive terminal sessions -- cgit v1.2.3