Closed Bug 140053 Opened 23 years ago Closed 23 years ago

Missing trim() subroutine from checksetup.pl

Categories

(Bugzilla :: Installation & Upgrading, defect, P1)

2.15
defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: ddkilzer, Assigned: zach)

Details

Attachments

(2 files)

The patch for Bug 126571 removed the trim() subroutine from checksetup.pl. However, the WriteOneDesc() subroutine uses this during certain upgrade procedures. Either the one instance where trim() is called should be replaced, or the trim() subroutine should be reinstated.
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.16
Reverses the removal of the trim() subroutine.
Replaces the call to the trim() subroutine with equivalent code.
Keywords: patch, review
trim was removed from checksetup.pl because it is defined in globals.pl, which is required on line 537 of checksetup.pl. Is the function invokation actually failing?
Oops. Sorry about that. I didn't realize it was removed since it was in globals.pl. Duh.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
clearing target milestone on invalid/duplicate/worksforme/wontfix bugs so they'll show up as untriaged if they get reopened.
Target Milestone: Bugzilla 2.16 → ---
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: