Review comments for Cygwin 1.7 changes. wip
authorDaniel Jacobs <daniel.jacobs@nokia.com>
Mon, 22 Feb 2010 11:49:11 +0000
branchwip
changeset 339 66bd520416ef
parent 338 9372474d4b07
child 340 98f67f17a03c
Review comments for Cygwin 1.7 changes.
sbsv2/raptor/bin/sbs.bat
sbsv2/raptor/bin/sbs_env.bat
sbsv2/raptor/bin/sbs_filter.bat
sbsv2/raptor/test/run.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 %*
--- 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
--- 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 %*
--- 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