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
4bce536a
Commit
4bce536a
authored
May 14, 2009
by
Jonathon Duerig
Browse files
Fixed typo which was causing a syntax error.
parent
2fb10e59
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/testswap/localcpan.pl
View file @
4bce536a
...
...
@@ -77,7 +77,7 @@ sub main {
prep_local_cpan
;
$ENV
{
PERL5LIB
}
=
glob
('
~/lib/perl5
');
if
(
$ARGV
[
0
]
&&
ARGV
[
0
]
eq
'
MI
')
{
if
(
$ARGV
[
0
]
&&
$
ARGV
[
0
]
eq
'
MI
')
{
automate_module_install
;
#too complicated on FreeBSD
automate_ssh_install
;
#too complicated on FreeBSD
}
...
...
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