# HG changeset patch # User raptorbot # Date 1266423019 0 # Node ID b61c19d4168db8fe692adc65ff31f4d15b528390 # Parent 1e23e973ab856a45d9e3e2dcd9a72a9e466c03c7# Parent 085d88c7230ae3aa0b8570bb34df86d1c2c6432f merge from FCL diff -r 1e23e973ab85 -r b61c19d4168d sbsv2/raptor/bin/sbs.bat --- a/sbsv2/raptor/bin/sbs.bat Tue Feb 16 12:01:25 2010 +0000 +++ b/sbsv2/raptor/bin/sbs.bat Wed Feb 17 16:10:19 2010 +0000 @@ -30,9 +30,8 @@ @REM Use the python set by the environment if possible @SET __PYTHON__=%SBS_PYTHON% -@IF "%__PYTHON__%"=="" SET __PYTHON__=%SBS_HOME%\win32\python264\python.exe -@SET PYTHONPATH=%SBS_PYTHONPATH% -@IF "%PYTHONPATH%"=="" SET PYTHONPATH=%SBS_HOME%\win32\python264 +@IF "%__PYTHON__%"=="" SET __PYTHON__=python.exe +@IF NOT "%SBS_PYTHONPATH%"=="" SET PYTHONPATH=%SBS_PYTHONPATH% @REM Use the mingw set by the environment if possible @SET __MINGW__=%SBS_MINGW%