Merge pull request #27054 from rallytime/bp-27029

Back-port #27029 to 2015.5
This commit is contained in:
Justin Findlay 2015-09-11 16:29:45 -06:00
commit caab21d99c

View file

@ -133,8 +133,6 @@ def install(pkg=None,
cmd.append(pkg)
elif pkgs:
cmd.extend(pkgs)
else:
return 'No package name specified'
if env is None:
env = {}