diff options
author | Jan Kneschke <jan@kneschke.de> | 2005-09-01 11:44:57 +0000 |
---|---|---|
committer | Jan Kneschke <jan@kneschke.de> | 2005-09-01 11:44:57 +0000 |
commit | 3ebc17571a2d4b02494a6da4e34cbfc3b57961af (patch) | |
tree | e57219b633fde83320466e2a20a83e85e451a29d /tests/core-var-include.t | |
parent | a44e7fc4c46ec353afbadd60d729710d8f1c251f (diff) | |
download | lighttpd-git-3ebc17571a2d4b02494a6da4e34cbfc3b57961af.tar.gz |
find perl at runtime
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@670 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/core-var-include.t')
-rwxr-xr-x | tests/core-var-include.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core-var-include.t b/tests/core-var-include.t index 1490637b..a6ccbd34 100755 --- a/tests/core-var-include.t +++ b/tests/core-var-include.t @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#!/usr/bin/env perl BEGIN { # add current source dir to the include-path # we need this for make distcheck |