mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
ed41f3f52c
Summary: If you dump `arcanist/` into "Program Files" or similar, the `.bat` currently breaks. Quote the path so it doesn't. Fixes T1436. Test Plan: Ran `arc` with `arcanist/` in a path with spaces in it. Reviewers: vrana, btrahan Reviewed By: vrana CC: aran Maniphest Tasks: T1436 Differential Revision: https://secure.phabricator.com/D4375
3 lines
55 B
Batchfile
3 lines
55 B
Batchfile
@echo off
|
|
php -f "%~dp0..\scripts\arcanist.php" -- %*
|
|
|