Opened 11 years ago

Closed 10 years ago

#314 closed defect (fixed)

Minor typo in Initialising BAT file

Reported by: aharfoot Owned by: osgeo4w-dev@…
Priority: trivial Component: Package
Version: 1.0 Keywords: python-wrapper
Cc:

Description

The OSGeo4W init BAT file (%OSGEO4W_ROOT%\etc\ini\python.bat) has a typo on the last line: set _path

Should be modified to be:

set _path=

This will clear the contents of the temporary '_path' environment variable (as in OSGeo4W.bat), instead of the current behaviour which is to display the value.

Environment: OSGeo4W shell: 1.0.0.10 OS: Windows 7 64 bit

Change History (2)

comment:1 by maphew, 11 years ago

Keywords: python-wrapper added; bat removed

the responsible package is pkg-python-wrapper, and I've made the change for the next release (I'm waiting to for the resolution of #305, to see if it's safe to pull sqlite3 from pkg-python-core).

comment:2 by jef, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.