tools/win32/start_bzr.bat in bzr.dev branch incorrectly calling bzr.exe

Bug #238277 reported by Rolly
2
Affects Status Importance Assigned to Milestone
Bazaar
Won't Fix
Undecided
Unassigned

Bug Description

I branched bzr.dev to set up bzr on my Windows machine.

At the end of tools/win32/start_bzr.bat there is a line:

@bzr.exe help

bzr.exe doesn't exist, and I'm not sure why this batch file doesn't accept any parameters. I had to change that line to:

@C:\bin\Python25\python.exe G:\temp\bzrdev\bzr %*

Now I can use start_bzr.bat for all bzr operations, not just "bzr help".

Revision history for this message
Alexander Belchenko (bialix) wrote :

This file intended only to use with standalone installer (that indeed used bzr.exe). So this behavior is by design.

Changed in bzr:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.