Fix lintian warning: doesn't need shebang

This commit is contained in:
Steve McIntyre 2010-11-14 16:23:32 +00:00
parent 586e0c307d
commit 54463f11cb
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
#!/usr/bin/perl -w
use strict;
my $symlink_farm = $ENV{'SYMLINK'} || 0;
my $link_verbose = $ENV{'VERBOSE'} || 0;
my $link_copy = $ENV{'COPYLINK'} || 0;