From c2fd168a84b564bf31d5c492e8b64cd47f638b0b Mon Sep 17 00:00:00 2001 From: al_xipe <al_xipe@localhost> Date: Fri, 13 Oct 2006 00:32:44 +0000 Subject: [PATCH] fix for issue 806 => make the build work in directories with whitespaces --- opends/build.bat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/build.bat b/opends/build.bat index a292c5b..ec85270 100644 --- a/opends/build.bat +++ b/opends/build.bat @@ -41,7 +41,7 @@ :runAnt set CLASSPATH=%DIR_HOME%\ext\junit.jar -%DIR_HOME%\ext\ant\bin\ant %* +"%DIR_HOME%\ext\ant\bin\ant" %* :end -- Gitblit v1.10.0