Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
0427479a
Commit
0427479a
authored
May 30, 2002
by
Tony Lambregts
Committed by
Alexandre Julliard
May 30, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed -managed option.
parent
5aead170
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
bug_report.pl
tools/bug_report.pl
+2
-3
No files found.
tools/bug_report.pl
View file @
0427479a
...
@@ -346,14 +346,13 @@ if ($debuglevel > 1) {
...
@@ -346,14 +346,13 @@ if ($debuglevel > 1) {
}
}
if
(
$debuglevel
>
1
)
{
if
(
$debuglevel
>
1
)
{
$var15
=
qq{
$var15
=
qq{
Enter any extra options you want to pass to WINE. Strongly recommended you
Enter any extra options you want to pass to WINE.
include -managed:
}
;
}
;
print
do_var
(
$var15
);
print
do_var
(
$var15
);
$extraops
=<
STDIN
>
;
$extraops
=<
STDIN
>
;
chomp
$extraops
;
chomp
$extraops
;
}
elsif
(
$debuglevel
=~
1
)
{
}
elsif
(
$debuglevel
=~
1
)
{
$extraops
=
"
-managed
"
;
$extraops
=
"
"
;
}
}
print
"\nEnter the name of your distribution (Example: Redhat 6.1): "
;
print
"\nEnter the name of your distribution (Example: Redhat 6.1): "
;
...
...
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