Skip to content

Commit

Permalink
Minor style tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanhs committed Sep 14, 2015
1 parent 9737b23 commit 078d21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mach
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import sys
def main(args):
topdir = os.path.dirname(sys.argv[0])
sys.path[0:0] = [os.path.join(topdir, "python")]
sys.path.insert(0, os.path.join(topdir, "python"))
import mach_bootstrap
mach = mach_bootstrap.bootstrap(topdir)
sys.exit(mach.run(sys.argv[1:]))
Expand Down

0 comments on commit 078d21b

Please sign in to comment.