Changed the path for calling kotlinc-jvm.bat to use short (8.3) names so that this will work correctly with paths with spaces in them

This commit is contained in:
Onorio Catenacci
2015-04-13 13:52:13 -04:00
committed by Alexander Udalov
parent 1544755838
commit 84acaa9bf6
+1 -1
View File
@@ -14,4 +14,4 @@ rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.
call %~dp0kotlinc-jvm.bat %*
call %~dps0kotlinc-jvm.bat %*