mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -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 strict;
|
||||||
#use File::Copy;
|
#use File::Copy;
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/perl
|
#!perl
|
||||||
if($#ARGV<2) {
|
if($#ARGV<2) {
|
||||||
print "Usage: perl binreplace.pl [-i] [findstr] [replacestr] [filename]\n";
|
print "Usage: perl binreplace.pl [-i] [findstr] [replacestr] [filename]\n";
|
||||||
exit(1);
|
exit(1);
|
||||||
|
@ -1801,7 +1801,7 @@ Note about a bug-slash-opportunity:
|
|||||||
There's a bug in Text::Wrap, which affects cvs2cl. This script
|
There's a bug in Text::Wrap, which affects cvs2cl. This script
|
||||||
reveals it:
|
reveals it:
|
||||||
|
|
||||||
#!/usr/bin/perl -w
|
#!perl -w
|
||||||
|
|
||||||
use Text::Wrap;
|
use Text::Wrap;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user