summaryrefslogtreecommitdiff
path: root/tools/get-scala-revision.bat
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-11-18 16:53:09 +0000
committerPaul Phillips <paulp@improving.org>2011-11-18 16:53:09 +0000
commite386ebdff8a1641dbe73cd84915ef9d5231db5d0 (patch)
treed7733a6a89da100622f62903180169948e91b3e8 /tools/get-scala-revision.bat
parent7c2c8c8adf15e072bf94cfa17ad9b2e1771e3b03 (diff)
downloadscala-e386ebdff8a1641dbe73cd84915ef9d5231db5d0.tar.gz
scala-e386ebdff8a1641dbe73cd84915ef9d5231db5d0.tar.bz2
scala-e386ebdff8a1641dbe73cd84915ef9d5231db5d0.zip
Revert "Enable the use of spaces in paths for t...
Revert "Enable the use of spaces in paths for the Scala build on Windows." This reverts the previous commit due to failure to build: BUILD FAILED /scratch/trunk1/build.xml:639: scalacfork doesn't support the nested "compilerarg" element.
Diffstat (limited to 'tools/get-scala-revision.bat')
-rw-r--r--tools/get-scala-revision.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/get-scala-revision.bat b/tools/get-scala-revision.bat
index 880bcc3f5c..c9de414cea 100644
--- a/tools/get-scala-revision.bat
+++ b/tools/get-scala-revision.bat
@@ -14,9 +14,9 @@ if "%OS%" NEQ "Windows_NT" (
set _DIR=
if "%*"=="" (
- for /f "delims=;" %%i in ('cd') do set "_DIR=%%i"
+ for /f %%i in ('cd') do set _DIR=%%i
) else (
- set "_DIR=%~1"
+ set _DIR=%~1
)
cd %_DIR%