# HG changeset patch # User Dario Sestito # Date 1276179406 -3600 # Node ID 171a870d4d52e82031005a523e7c967e04873e36 # Parent 578dff671e267117e75b60ee39392e202542029a Don't search for the tools under PDT_HOME\utilities but only under .. diff -r 578dff671e26 -r 171a870d4d52 bin/clone_all_packages.bat --- a/bin/clone_all_packages.bat Thu Jun 10 11:06:18 2010 +0100 +++ b/bin/clone_all_packages.bat Thu Jun 10 15:16:46 2010 +0100 @@ -12,13 +12,4 @@ @REM Description: @REM Invokes the tool by call to the related interpreter -@SETLOCAL -@IF NOT "%PDT_HOME%"=="" ( -SET UTILITIES_HOME=%PDT_HOME%\utilities -) ELSE ( -SET UTILITIES_HOME=%~dp0\.. -) - -@perl %UTILITIES_HOME%\clone_packages\clone_all_packages.pl %* - -@ENDLOCAL +@perl %~dp0\..\clone_packages\clone_all_packages.pl %* diff -r 578dff671e26 -r 171a870d4d52 bin/dbr.bat --- a/bin/dbr.bat Thu Jun 10 11:06:18 2010 +0100 +++ b/bin/dbr.bat Thu Jun 10 15:16:46 2010 +0100 @@ -12,13 +12,4 @@ @REM Description: @REM Invokes the tool by call to the related interpreter -@SETLOCAL -@IF NOT "%PDT_HOME%"=="" ( -SET UTILITIES_HOME=%PDT_HOME%\utilities -) ELSE ( -SET UTILITIES_HOME=%~dp0\.. -) - -@python %UTILITIES_HOME%\dbrtools\dbr.py %* - -@ENDLOCAL +@python %~dp0\..\dbrtools\dbr.py %* diff -r 578dff671e26 -r 171a870d4d52 bin/downloadkit.bat --- a/bin/downloadkit.bat Thu Jun 10 11:06:18 2010 +0100 +++ b/bin/downloadkit.bat Thu Jun 10 15:16:46 2010 +0100 @@ -12,13 +12,4 @@ @REM Description: @REM Invokes the tool by call to the related interpreter -@SETLOCAL -@IF NOT "%PDT_HOME%"=="" ( -SET UTILITIES_HOME=%PDT_HOME%\utilities -) ELSE ( -SET UTILITIES_HOME=%~dp0\.. -) - -@python %UTILITIES_HOME%\downloadkit\downloadkit.py %* - -@ENDLOCAL +@python %~dp0\..\downloadkit\downloadkit.py %* diff -r 578dff671e26 -r 171a870d4d52 bin/envinfo.bat --- a/bin/envinfo.bat Thu Jun 10 11:06:18 2010 +0100 +++ b/bin/envinfo.bat Thu Jun 10 15:16:46 2010 +0100 @@ -12,13 +12,4 @@ @REM Description: @REM Invokes the tool by call to the related interpreter -@SETLOCAL -@IF NOT "%PDT_HOME%"=="" ( -SET UTILITIES_HOME=%PDT_HOME%\utilities -) ELSE ( -SET UTILITIES_HOME=%~dp0\.. -) - -@perl %UTILITIES_HOME%\envinfo\envinfo.pl %* - -@ENDLOCAL +@perl %~dp0\..\envinfo\envinfo.pl %* diff -r 578dff671e26 -r 171a870d4d52 bin/truclean.bat --- a/bin/truclean.bat Thu Jun 10 11:06:18 2010 +0100 +++ b/bin/truclean.bat Thu Jun 10 15:16:46 2010 +0100 @@ -12,13 +12,4 @@ @REM Description: @REM Invokes the tool by call to the related interpreter -@SETLOCAL -@IF NOT "%PDT_HOME%"=="" ( -SET UTILITIES_HOME=%PDT_HOME%\utilities -) ELSE ( -SET UTILITIES_HOME=%~dp0\.. -) - -@perl %UTILITIES_HOME%\uh_parser\truclean.pl %* - -@ENDLOCAL +@perl %~dp0\..\uh_parser\truclean.pl %* diff -r 578dff671e26 -r 171a870d4d52 bin/uh.bat --- a/bin/uh.bat Thu Jun 10 11:06:18 2010 +0100 +++ b/bin/uh.bat Thu Jun 10 15:16:46 2010 +0100 @@ -12,13 +12,4 @@ @REM Description: @REM Invokes the tool by call to the related interpreter -@SETLOCAL -@IF NOT "%PDT_HOME%"=="" ( -SET UTILITIES_HOME=%PDT_HOME%\utilities -) ELSE ( -SET UTILITIES_HOME=%~dp0\.. -) - -@perl %UTILITIES_HOME%\uh_parser\uh.pl %* - -@ENDLOCAL +@perl %~dp0\..\uh_parser\uh.pl %*