Skip to content

Commit

Permalink
Merge pull request andreasgal#293 from lissyx/revert-bug931718
Browse files Browse the repository at this point in the history
Revert "Merge pull request andreasgal#292 from lissyx/bug931718"
  • Loading branch information
lissyx committed Oct 29, 2013
2 parents 895fd4c + b470477 commit bd47318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mach_b2g_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _find_xulrunner_sdk(gaia_dir):
sdk = sorted(xulrunner_sdks,
key=lambda x: int(x[len(x.rstrip('0123456789')):] or 0),
reverse=True)[0]
return os.path.join(gaia_dir, sdk, 'xulrunner-sdk')
return os.path.join(gaia_dir, sdk)

def bootstrap(b2g_home):
# Ensure we are running Python 2.7+. We put this check here so we generate a
Expand Down

0 comments on commit bd47318

Please sign in to comment.