auto merge of #5049 : servo/servo/Ms2ger-patch-1, r=Manishearth

This fixes a regression from 894e58f714.
This commit is contained in:
bors-servo 2015-02-24 06:54:46 -07:00
commit 337433cde5

View file

@ -56,7 +56,7 @@ class MachCommands(CommandBase):
env = self.build_env()
env["RUST_BACKTRACE"] = "1"
args = self.get_binary_path(release)
args = [self.get_binary_path(release)]
# Borrowed and modified from:
# http://hg.mozilla.org/mozilla-central/file/c9cfa9b91dea/python/mozbuild/mozbuild/mach_commands.py#l883