mirror of
https://github.com/janet-lang/janet
synced 2024-12-22 22:40:26 +00:00
Fix jpm.bat on a normal install
The path to jpm.janet will likely have spaces.
This commit is contained in:
parent
3928136670
commit
e8e4d637ef
@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
@rem Wrapper around jpm
|
||||
|
||||
janet %~dp0\jpm.janet %*
|
||||
janet "%~dp0\jpm.janet" %*
|
||||
|
Loading…
Reference in New Issue
Block a user