# HG changeset patch # User Daniel Jacobs # Date 1266839351 0 # Node ID 66bd520416ef592eeeedd43d0839217b977b9be4 # Parent 9372474d4b0730618d264600e5613fcbda0085f7 Review comments for Cygwin 1.7 changes. diff -r 9372474d4b07 -r 66bd520416ef sbsv2/raptor/bin/sbs.bat --- a/sbsv2/raptor/bin/sbs.bat Fri Feb 19 16:27:36 2010 +0000 +++ b/sbsv2/raptor/bin/sbs.bat Mon Feb 22 11:49:11 2010 +0000 @@ -15,7 +15,7 @@ @rem @SETLOCAL -@CALL sbs_env.bat +@CALL "%~dp0sbs_env.bat" @REM Run Raptor with all the arguments. @%__PYTHON__% %SBS_HOME%\python\raptor_start.py %* diff -r 9372474d4b07 -r 66bd520416ef sbsv2/raptor/bin/sbs_env.bat --- a/sbsv2/raptor/bin/sbs_env.bat Fri Feb 19 16:27:36 2010 +0000 +++ b/sbsv2/raptor/bin/sbs_env.bat Mon Feb 22 11:49:11 2010 +0000 @@ -48,11 +48,7 @@ @SET PATH_TEMP= @REM Tell CYGWIN not to map unix security attributes to windows to -@REM prevent raptor from potentially creating read-only files: -@REM -@REM -@REM - +@REM prevent raptor from potentially creating read-only files. @REM Assume Cygwin 1.5 CLI. @SET __MOUNTOPTIONS__=-u @SET __UMOUNTOPTIONS__=-u diff -r 9372474d4b07 -r 66bd520416ef sbsv2/raptor/bin/sbs_filter.bat --- a/sbsv2/raptor/bin/sbs_filter.bat Fri Feb 19 16:27:36 2010 +0000 +++ b/sbsv2/raptor/bin/sbs_filter.bat Mon Feb 22 11:49:11 2010 +0000 @@ -15,7 +15,7 @@ @rem @SETLOCAL -@CALL sbs_env.bat +@CALL "%~dp0\sbs_env.bat" @REM Run with all the arguments. @bash %SBS_HOME%\bin\sbs_filter %* diff -r 9372474d4b07 -r 66bd520416ef sbsv2/raptor/test/run.bat --- a/sbsv2/raptor/test/run.bat Fri Feb 19 16:27:36 2010 +0000 +++ b/sbsv2/raptor/test/run.bat Mon Feb 22 11:49:11 2010 +0000 @@ -14,8 +14,6 @@ @rem Description: @rem -@echo off - @SETLOCAL @CALL %SBS_HOME%\bin\sbs_env.bat