Skip to content

Commit

Permalink
Handle paths with spaces on Windows.
Browse files Browse the repository at this point in the history
Thanks jsgrahamus for the report, and for testing out this fix:
http://arclanguage.org/item?id=20417
  • Loading branch information
akkartik committed Jul 5, 2018
1 parent 9e53a1f commit 9cac70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ SETLOCAL ENABLEEXTENSIONS
REM SET me=%~n0
SET arc_dir=%~dp0

racket -t %arc_dir%boot.rkt -e "(anarki-windows-cli)" -- %*
racket -t "%arc_dir%boot.rkt" -e "(anarki-windows-cli)" -- %*

ENDLOCAL

0 comments on commit 9cac70b

Please sign in to comment.