diff options
author | Harald Fernengel <harald@trolltech.com> | 2009-07-21 13:18:46 +0200 |
---|---|---|
committer | Harald Fernengel <harald@trolltech.com> | 2009-07-21 13:20:03 +0200 |
commit | 2db22b1b12cc7579d08a83ad889efe7f8f07c843 (patch) | |
tree | b22ad15790fff4b251ed73118aa14632613d1f7b /tests | |
parent | 4b4e4ecf808b036e906c3bf22ce97b56808bb20e (diff) | |
download | qt4-tools-2db22b1b12cc7579d08a83ad889efe7f8f07c843.tar.gz |
use /usr/bin/env perl as interpreter
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/auto/test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/test.pl b/tests/auto/test.pl index 9fd5c9dbd3..a9e3da80fa 100755 --- a/tests/auto/test.pl +++ b/tests/auto/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use Cwd; |