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
d66ded24
Commit
d66ded24
authored
May 25, 2016
by
Leigh B Stoller
Browse files
Minor tweak to comment wording.
parent
5e6a83bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/ns2genilib.in
View file @
d66ded24
...
@@ -306,7 +306,7 @@ open(NS, "$nsfile") or
...
@@ -306,7 +306,7 @@ open(NS, "$nsfile") or
fatal
("
Could not open
$nsfile
: $!
");
fatal
("
Could not open
$nsfile
: $!
");
print
PY
"
\n
";
print
PY
"
\n
";
print
PY
"
#
\n
";
print
PY
"
#
\n
";
print
PY
"
# Here is the original NS file.
\n
";
print
PY
"
# Here is the original NS file
from the Emulab experiment
.
\n
";
print
PY
"
#
\n
";
print
PY
"
#
\n
";
while
(
<
NS
>
)
{
while
(
<
NS
>
)
{
print
PY
"
#
$_
";
print
PY
"
#
$_
";
...
...
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