diff -r 7029b5be2b15 -r 502501837ac4 sbsv2/raptor/bin/sbs.bat --- a/sbsv2/raptor/bin/sbs.bat Tue Mar 02 09:17:29 2010 +0000 +++ b/sbsv2/raptor/bin/sbs.bat Thu Mar 04 13:11:14 2010 +0000 @@ -45,6 +45,7 @@ :localpython @SET __PYTHON__=%__LOCAL_PYTHON__% +@SET SBS_PYTHON=%__PYTHON__% @SET PYTHONPATH= :sbspythonpath @@ -73,7 +74,7 @@ @REM Tell CYGWIN not to map unix security attributes to windows to @REM prevent raptor from potentially creating read-only files: -@set CYGWIN=nontsec nosmbntsec +@SET CYGWIN=nontsec nosmbntsec @REM Run Raptor with all the arguments. @%__PYTHON__% %SBS_HOME%\python\raptor_start.py %*