Closed
Bug 280594
Opened 20 years ago
Closed 20 years ago
Codesighs uses wrong 'find' and 'sort' on windows
Categories
(Webtools Graveyard :: Tinderbox, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sicking, Assigned: sicking)
Details
Attachments
(1 file, 1 obsolete file)
|
3.33 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
Not sure which versions of windows, or cygwin, has this problem. In some cases just executing 'find' and 'sort' will not use the cygwin programs, but rather the ones that comes with windows. Which of course are compleatly incompatible making codesighs break horribly. The solution is to give a compleat path to the programs.
| Assignee | ||
Comment 1•20 years ago
|
||
I hope it's ok to assume that these utilities are installed in /usr/bin in a cygwin install? Note that changing the PATH doesn't help for whatever reason.
Attachment #173029 -
Flags: review?(bryner)
Do you need to change basesummary.win.bash too?
| Assignee | ||
Comment 3•20 years ago
|
||
probably so, i've never used it... I found one more place that uses sort as well. Strangly enough i'm not getting an error, but I do get strange results. I'll do some more testing and i'll attach a new patch once things seem to be working
| Assignee | ||
Comment 4•20 years ago
|
||
This one fixes the last sort as well as basesummary.win.bash
| Assignee | ||
Updated•20 years ago
|
Attachment #173029 -
Attachment is obsolete: true
Attachment #173116 -
Flags: review?(dbaron)
| Assignee | ||
Updated•20 years ago
|
Attachment #173029 -
Flags: review?(bryner)
Attachment #173116 -
Flags: review?(dbaron) → review+
| Assignee | ||
Comment 5•20 years ago
|
||
Checked in
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•