Removed explicit (incorrect) perl path

This commit is contained in:
Josh Yelon 2007-06-27 22:26:06 +00:00
parent 38a4e312b0
commit 79c549108a
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/perl -w
#!perl -w
use strict;
#use File::Copy;
use File::Basename;

View File

@ -1,4 +1,4 @@
#!/bin/perl
#!perl
if($#ARGV<2) {
print "Usage: perl binreplace.pl [-i] [findstr] [replacestr] [filename]\n";
exit(1);

View File

@ -1801,7 +1801,7 @@ Note about a bug-slash-opportunity:
There's a bug in Text::Wrap, which affects cvs2cl. This script
reveals it:
#!/usr/bin/perl -w
#!perl -w
use Text::Wrap;