Apply review comments to tidy up sbs_env.bat.
--- a/sbsv2/raptor/bin/sbs_env.bat Wed Mar 03 14:05:27 2010 +0000
+++ b/sbsv2/raptor/bin/sbs_env.bat Thu Mar 04 13:16:03 2010 +0000
@@ -18,12 +18,12 @@
@SET HOSTPLATFORM_DIR=win32
@REM Automatically find SBS_HOME if it is not set
-@IF NOT "%SBS_HOME%"=="" goto foundhome
+@IF NOT "%SBS_HOME%"=="" GOTO foundhome
@SET RAPTORBINDIR=%~dp0
-@SET WD=%cd%
-@cd /d %RAPTORBINDIR%\..
-@SET SBS_HOME=%cd%
-@cd /d %WD%
+@SET WD=%CD%
+@CD /d %RAPTORBINDIR%\..
+@SET SBS_HOME=%CD%
+@CD /d %WD%
:foundhome
@REM The python and PYTHONPATH used by Raptor are determined by, in order of precedence: