From c6a2534c98031ea601f479ba89d2805ec78456d7 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Sat, 3 Mar 2012 20:14:21 +0100 Subject: [PATCH] Changed: #1440 Remove redundant text --HG-- branch : build_pipeline_v3 --- .../tools/pipeline/service/example_cfg/example_run_master.bat | 2 +- .../tools/pipeline/service/example_cfg/example_run_slave.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/nel/tools/pipeline/service/example_cfg/example_run_master.bat b/code/nel/tools/pipeline/service/example_cfg/example_run_master.bat index e47cd6e0b..035ebcec0 100644 --- a/code/nel/tools/pipeline/service/example_cfg/example_run_master.bat +++ b/code/nel/tools/pipeline/service/example_cfg/example_run_master.bat @@ -1,2 +1,2 @@ cd R:\build\dev\bin\Release\ -start R:\build\dev\bin\Release\pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\master\ \ No newline at end of file +start pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\master\ \ No newline at end of file diff --git a/code/nel/tools/pipeline/service/example_cfg/example_run_slave.bat b/code/nel/tools/pipeline/service/example_cfg/example_run_slave.bat index 3edba89a1..fbd44a0a5 100644 --- a/code/nel/tools/pipeline/service/example_cfg/example_run_slave.bat +++ b/code/nel/tools/pipeline/service/example_cfg/example_run_slave.bat @@ -1,2 +1,2 @@ cd R:\build\dev\bin\Release\ -start R:\build\dev\bin\Release\pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\slave\ \ No newline at end of file +start pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\slave\ \ No newline at end of file