Typo in perl modify string, added "#!" to /usr/bin/perl strings.

git-svn-id: svn://10.0.0.236/trunk@101960 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
barnboy%trilobyte.net
2001-08-29 18:13:42 +00:00
parent 7573dc0eaf
commit ddb8a37e26
5 changed files with 7 additions and 7 deletions

View File

@@ -1455,7 +1455,7 @@ bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl
Alternately, you can simply run this perl one-liner to change your
path to perl in all the files in your Bugzilla installation:
perl -pi -e 's@#!/usr/bonsaitools/bin/perl@/usr/bin/perl@' *cgi *pl Bug.pm
perl -pi -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' *cgi *pl Bug.pm
Change the second path to perl to match your installation.