mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 185330: Checksetup console input doesn't work on Win32. r,a=justdave
This commit is contained in:
parent
61153fdd3a
commit
4e0370944c
@ -336,6 +336,14 @@ if (%missing) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# If we're running on Windows, reset the input line terminator so that
|
||||
# console input works properly - loading CGI tends to mess it up
|
||||
|
||||
if ($^O =~ /MSWin/i) {
|
||||
$/ = "\015\012";
|
||||
}
|
||||
|
||||
###########################################################################
|
||||
# Global definitions
|
||||
###########################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user