aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-12-04 00:09:54 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-12-04 00:09:54 +1300
commit60a194598c7bd74b1f8c1c7c49112533ef862d87 (patch)
treee8b525a1b11347130a7bedf04047abef22526b15
parentUse warn/die properly, bump version number (diff)
downloadMail-Run-Crypt-60a194598c7bd74b1f8c1c7c49112533ef862d87.tar.gz
Mail-Run-Crypt-60a194598c7bd74b1f8c1c7c49112533ef862d87.zip
Use short shebang for translation
ExtUtils::MakeMaker should change this shebang to the actual Perl binary path.
-rwxr-xr-xbin/runcrypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runcrypt b/bin/runcrypt
index 43e7287..5a76060 100755
--- a/bin/runcrypt
+++ b/bin/runcrypt
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!perl
package main;
# Force me to write this properly