Closed
Bug 579860
Opened 15 years ago
Closed 15 years ago
Consider starting bash in its own console window
Categories
(Firefox Build System :: MozillaBuild, task)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: neil, Assigned: neil)
Details
Attachments
(1 file)
|
2.88 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Running bash directly from a batch file has the problem that if you press ^C then when you exit bash CMD asks you if you want to terminate the batch file.
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #458303 -
Flags: review?(ted.mielczarek)
Comment 2•15 years ago
|
||
Comment on attachment 458303 [details] [diff] [review]
Possible patch
[Backed out: Comment 11]
Seems reasonable.
Attachment #458303 -
Flags: review?(ted.mielczarek) → review+
Updated•15 years ago
|
Assignee: nobody → neil
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 4•15 years ago
|
||
This seems to make it impossible to use applications such as Console2, which wrap Windows' console window in its own UI, to provide things like a tabbed interface. Forcing a new command window to open means it can't be displayed in a tab.
Comment 5•15 years ago
|
||
Scrolling and maximising is broken too.
Comment 6•15 years ago
|
||
Guess we should back it out.
Comment 7•15 years ago
|
||
Ha, just found this after finally tracking down why Console2 stopped working last time I updated mozilla-build. Sigh. Would be nice if the start-*.bat scripts could automatically notice they were running inside Console2, but I don't see any obvious way to do such a thing.
Comment 8•15 years ago
|
||
Does this mean we are going to back it out?
Comment 9•15 years ago
|
||
I keep lacking in time to do so, but anyone else is welcome to back it out.
Comment 10•15 years ago
|
||
Hmm, I guess I should have told you, I found out about this myself shortly after it was checked in but didn't take the time to document my findings here. Instead I just fixed it for myself by creating a custom copy of the script.
Maybe we could check an environment variable and make the behavior depend on that? Note that I don't know enough about batch file scripting to implement this, though (bash is so much easier...).
Updated•15 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 11•15 years ago
|
||
Comment 12•15 years ago
|
||
(In reply to comment #10)
> Maybe we could check an environment variable and make the behavior depend on
> that?
An env var or a param should be easy to check, if needed.
Comment 13•15 years ago
|
||
Eh, doesn't seem worth the time.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → WONTFIX
Updated•15 years ago
|
Attachment #458303 -
Attachment description: Possible patch → Possible patch
[Backed out: Comment 11]
Updated•2 years ago
|
Product: mozilla.org → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•