Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
4c4e35be
Commit
4c4e35be
authored
Aug 27, 2003
by
zach%zachlipton.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 217256, "No Interdiff Notification message has two run on words." Patch adds
newlines where they are needed. r=zach, a=justdave. Patch by Colin S. Ogilvie <bmo@colino.co.uk>
parent
9ba963d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
checksetup.pl
checksetup.pl
+2
-2
No files found.
checksetup.pl
View file @
4c4e35be
...
...
@@ -475,8 +475,8 @@ if (!LocalVarExists('interdiffbin')) {
if
(
$interdiff_executable
=~
/no interdiff/
||
$interdiff_executable
eq
''
)
{
if
(
!
$silent
)
{
print
"\nOPTIONAL NOTE: If you want to "
;
print
"be able to use the\n 'difference between two patches"
;
print
"feature of Bugzilla (requires\n the PatchReader Perl module"
;
print
"be able to use the\n 'difference between two patches
'
"
;
print
"feature of Bugzilla (requires\n the PatchReader Perl module
"
;
print
"as well), you should install\n patchutils from "
;
print
"http://cyberelk.net/tim/patchutils/\n\n"
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment