# HG changeset patch # User raptorbot # Date 1259335014 0 # Node ID 830586221171d0844d39faf1db0e336d84d286b5 # Parent 17b8877fc4fe3de1829a943ec1298ec8c754bff6 Fix for PYTHONPATH so that Helium can't mess with it for us. diff -r 17b8877fc4fe -r 830586221171 sbsv2/raptor/bin/sbs.bat --- a/sbsv2/raptor/bin/sbs.bat Tue Nov 24 16:59:34 2009 +0000 +++ b/sbsv2/raptor/bin/sbs.bat Fri Nov 27 15:16:54 2009 +0000 @@ -31,6 +31,8 @@ @REM Use the python set by the environment if possible @SET __PYTHON__=%SBS_PYTHON% @IF "%__PYTHON__%"=="" SET __PYTHON__=%SBS_HOME%\win32\python252\python.exe +@SET PYTHONPATH=%SBS_PYTHONPATH% +@IF "%PYTHONPATH%"=="" SET PYTHONPATH=%SBS_HOME%\win32\python252 @REM Use the mingw set by the environment if possible @SET __MINGW__=%SBS_MINGW%