Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
8c113bfe
Commit
8c113bfe
authored
Dec 11, 2009
by
Leigh B. Stoller
Browse files
Minor debugging tweak.
parent
64567377
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/os_select.in
View file @
8c113bfe
...
...
@@ -82,7 +82,7 @@ openlog("osselect", "pid", $TBLOG);
%options
=
();
if
(
!
getopts
(
$optlist
,
\
%options
))
{
usage
();
}
if
(
defined
(
$options
{"
h
"}))
{
usage
();
}
if
(
defined
(
$options
{"
d
"}))
{
$debug
++
;
}
if
(
defined
(
$options
{"
d
"}))
{
$debug
=
1
;
}
if
(
defined
(
$options
{"
1
"}))
{
$oneshot
=
1
;
}
if
(
defined
(
$options
{"
t
"}))
{
$tempmode
=
1
;
}
if
(
defined
(
$options
{"
c
"}))
{
$clear
=
1
;
}
...
...
Write
Preview
Supports
Markdown
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