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
9b79192e
Commit
9b79192e
authored
Jul 10, 2017
by
Mike Hibler
Browse files
Argh! "+=" is not the same as ".=" ya dumbsh*t!
parent
b02490c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/mfs
View file @
9b79192e
...
...
@@ -198,7 +198,7 @@ sub Install($$$)
#
my $opt = ($PROTOGENI_GENIRACK ? "-i" : "");
if ($kernelvers) {
$opt
+
= " -F $kernelvers";
$opt
.
= " -F $kernelvers";
}
Phase "localize", "Localizing the MFSes", sub {
...
...
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