aboutsummaryrefslogtreecommitdiff
path: root/interpreter
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-06-25 13:19:06 +0200
committerDrahflow <drahflow@gmx.de>2015-06-25 13:19:06 +0200
commit38435b7850e5826879d5b0ad4ce58a043a34327d (patch)
tree22d26680e2f9d10f6422fb8bffe62b25bb22e71b /interpreter
parent9307135ed97975efe5449efef818bdc9d13ccf10 (diff)
Don't depend on absolute perl path
Diffstat (limited to 'interpreter')
-rwxr-xr-xinterpreter/elymas2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter/elymas b/interpreter/elymas
index 7c8d2c7..b704a7a 100755
--- a/interpreter/elymas
+++ b/interpreter/elymas
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;