We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675750f commit 7f79714Copy full SHA for 7f79714
bin/common.bat
@@ -29,11 +29,7 @@ sbt.bat "dist-bootstrapped/pack"
29
popd
30
31
:target
32
-set _TARGET=%~1
33
-rem # Mutates %* by deleting the first element (%1)
34
-shift
35
-
36
-call %_TARGET% %*
+call %*
37
38
goto end
39
bin/dotc.bat
@@ -1,4 +1,5 @@
1
@echo off
2
+setlocal
3
4
for %%f in ("%~dp0..") do set _ROOT_DIR=%%~sf
5
bin/dotd.bat
bin/dotr.bat
0 commit comments