summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-09-09 19:05:40 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-09 19:05:40 -0400
commitc4df27d882a0e310fc80d98f724d01b623141836 (patch)
tree86f6801e1b5817edb5bc1bcdf489384ad6bc1e4a /bin
parent9ab8ab93db27ab00ba60368d40c5d686bc87b2fe (diff)
downloadapp-termcast-c4df27d882a0e310fc80d98f724d01b623141836.tar.gz
app-termcast-c4df27d882a0e310fc80d98f724d01b623141836.zip
packaging stuff
Diffstat (limited to 'bin')
-rw-r--r--bin/stream_ttyrec2
-rw-r--r--bin/termcast2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/stream_ttyrec b/bin/stream_ttyrec
index 67f2d9a..bd2427d 100644
--- a/bin/stream_ttyrec
+++ b/bin/stream_ttyrec
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!perl
use strict;
use warnings;
use App::Termcast;
diff --git a/bin/termcast b/bin/termcast
index 9fdca0e..d5c7491 100644
--- a/bin/termcast
+++ b/bin/termcast
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!perl
use strict;
use warnings;
use App::Termcast;