Use '#!/usr/bin/env perl' instead of hardcoding the path.

Fix some typos.
This commit is contained in:
lukem 2004-08-22 13:29:40 +00:00
parent a380c0363c
commit fe9a74b763
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/pkg/bin/perl
#!/usr/bin/env perl
#
# Copyright (c) 2004 Hubert Feyrer <hubert@feyrer.de>
# All rights reserved.
@ -187,7 +187,7 @@ while(<>) {
# ... maybe with other case?
$lc_msg2=lc($msg2);
if ($lc_copyrights{$lc_msg2}) {
print "alreadu there, in different case - skipping\n"
print "already there, in different case - skipping\n"
if $debug;
next msg;
}
@ -207,7 +207,7 @@ while(<>) {
# ... maybe with other case?
$lc_msg2=lc($msg2);
if ($lc_copyrights{$lc_msg2}) {
print "alreadu there, in different case - skipping\n"
print "already there, in different case - skipping\n"
if $debug;
next msg;
}

View File

@ -1,4 +1,4 @@
#!/usr/pkg/bin/perl
#!/usr/bin/env perl
#
# Usage: