summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-02-22 21:59:33 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-02-22 21:59:33 +0000
commit618c95f9a8429a31058df681a94daa265748085e (patch)
treed86d38902d99fff4829e94b244c81f637bafe8e4 /tests
parent250c7aaef531e607a2015027052013f25a90d2a1 (diff)
downloadflex-git-618c95f9a8429a31058df681a94daa265748085e.tar.gz
Fixed #! line for portability.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/create-test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/create-test.pl b/tests/create-test.pl
index f81cd63..635f3dc 100755
--- a/tests/create-test.pl
+++ b/tests/create-test.pl
@@ -1,9 +1,10 @@
-#! /usr/bin/perl -w
+#! /usr/bin/env perl
# vim:set autoindent smartindent expandtab tabstop=4 softtabstop=4 shiftwidth=4 textwidth=0:
# Author and scapegoat if this breaks: Millaway
use Fcntl qw(:seek);
use File::Copy;
use strict;
+$^W = 1; # same as perl -w
my $USAGE = q{
Usage:
create-test.pl [-p] [-+] TEST_NAME