summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-02-25 18:02:35 -0500
committerJesse Luehrs <doy@tozt.net>2014-02-25 18:02:35 -0500
commitaef01d056389706ef5e231147b6f06e9794abb6c (patch)
tree5395fbe8fe39faf9dc3d911cddda1c70e7b4be65 /bin
parent9f911bbe5e7ef168da854cc5845ccdd624b63102 (diff)
downloadapp-ttyrec-aef01d056389706ef5e231147b6f06e9794abb6c.tar.gz
app-ttyrec-aef01d056389706ef5e231147b6f06e9794abb6c.zip
stop using #!/usr/bin/env perl in installed scripts
Diffstat (limited to 'bin')
-rw-r--r--bin/ttyrec2
1 files changed, 1 insertions, 1 deletions
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