1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-23 06:50:26 +00:00

Fix jpm.bat on a normal install

The path to jpm.janet will likely have spaces.
This commit is contained in:
Calvin Rose 2019-07-08 19:54:14 -04:00
parent 3928136670
commit e8e4d637ef

View File

@ -1,4 +1,4 @@
@echo off @echo off
@rem Wrapper around jpm @rem Wrapper around jpm
janet %~dp0\jpm.janet %* janet "%~dp0\jpm.janet" %*