Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
57650d6c
Commit
57650d6c
authored
Mar 02, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fixes.
parent
473b0590
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
utils/setdest.in
utils/setdest.in
+4
-4
No files found.
utils/setdest.in
View file @
57650d6c
...
...
@@ -64,13 +64,13 @@ if (defined($options{"d"})) {
$debug
=
1
;
}
if
(
defined
(
$options
{"
x
"}))
{
$destx
=
1
;
$destx
=
$options
{"
x
"}
;
}
if
(
defined
(
$options
{"
y
"}))
{
$desty
=
1
;
$desty
=
$options
{"
y
"}
;
}
if
(
defined
(
$options
{"
o
"}))
{
$desto
=
1
;
$desto
=
$options
{"
o
"}
;
}
if
(
@ARGV
!=
1
)
{
usage
();
...
...
@@ -126,7 +126,7 @@ my $inject_string = "$TEVC -e $pid/$eid now $vname SETDEST " .
"
X=
"
.
$destx
.
"
Y=
"
.
$desty
.
"
ORIENTATION=
"
.
$desto
;
if
(
$debug
)
{
print
"
$inject_string
\n
";
print
$inject_string
.
"
\n
";
}
system
(
$inject_string
)
&&
...
...
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