mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Removed explicit (incorrect) perl path
This commit is contained in:
parent
38a4e312b0
commit
79c549108a
@ -1,4 +1,4 @@
|
||||
#!/bin/perl -w
|
||||
#!perl -w
|
||||
use strict;
|
||||
#use File::Copy;
|
||||
use File::Basename;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/perl
|
||||
#!perl
|
||||
if($#ARGV<2) {
|
||||
print "Usage: perl binreplace.pl [-i] [findstr] [replacestr] [filename]\n";
|
||||
exit(1);
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user