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-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
be6545b6
Commit
be6545b6
authored
Jan 07, 2006
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor syntax errors.
parent
d7f4f5ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tbsetup/batchexp.in
tbsetup/batchexp.in
+3
-3
No files found.
tbsetup/batchexp.in
View file @
be6545b6
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# Copyright (c) 2000-200
6
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -1059,7 +1059,7 @@ sub GetNSFile()
my
$copyeid
=
$
2
;
my
$copytag
=
$
3
;
if
(
$copytag
==
"")
{
if
(
$copytag
eq
"")
{
GetNSFileFromExperiment
(
$copypid
,
$copyeid
);
}
else
{
...
...
@@ -1078,7 +1078,7 @@ sub GetNSFile()
# archive instead of what is currently in the filesystem.
#
my
$exptidx
=
$
1
;
my
$copytag
=
(
$
2
==
""
?
undef
:
$
2
);
my
$copytag
=
(
$
2
eq
""
?
undef
:
$
2
);
my
$query_result
=
DBQueryFatal
("
select pid,eid from experiment_stats
"
.
...
...
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