/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tools/win32/bzr-win32-bdist-postinstall.py

  • Committer: Aaron Bentley
  • Date: 2006-12-22 02:00:06 UTC
  • mfrom: (2212 +trunk)
  • mto: (2255.6.1 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: aaron.bentley@utoronto.ca-20061222020006-8h1kgh4iax3c90ju
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
            batch_str = ("@SET BZR_HOME=" + _quoted_path(bzr_home) + "\n" +
83
83
                         batch_str)
84
84
 
85
 
        batch_path = script_path + ".bat"
 
85
        batch_path = os.path.join(scripts_dir, "bzr.bat")
86
86
        f = file(batch_path, "w")
87
87
        f.write(batch_str)
88
88
        f.close()