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
7ed19c20
Commit
7ed19c20
authored
May 27, 2014
by
Mike Hibler
Browse files
Missing semi-colons.
parent
ca78e8d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/portfix
View file @
7ed19c20
...
...
@@ -107,12 +107,12 @@ sub Install($$$)
DoneIfPackageInstalled("mod_wsgi3");
my $pname = GetPackage("mod_wsgi3", $packagedir);
AddPackage($pname, $packagedir);
}
}
;
Phase "py-flask", "Looking for py-flask and installing", sub {
DoneIfPackageInstalled("py-flask");
my $pname = GetPackage("py-flask", $packagedir);
AddPackage($pname, $packagedir);
}
}
;
}
};
...
...
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