Merge pull request #27029 from spudfkc/patch-1

Removed check for no package name
This commit is contained in:
Justin Findlay 2015-09-10 15:13:22 -06:00
commit 2cb1e27505

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 = {}