diff -r 15d964981d94 -r 2257b1af191f sbsv2/raptor/bin/sbs.bat --- a/sbsv2/raptor/bin/sbs.bat Tue Mar 02 16:28:30 2010 +0000 +++ b/sbsv2/raptor/bin/sbs.bat Wed Mar 03 10:03:19 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 %*