mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
updating cake.bat to handle paths with spaces in the directory name, ticket #2581
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5113 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
e9357fc432
commit
c114cb1259
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@
|
|||
SET app=%0
|
||||
SET lib=%~dp0
|
||||
|
||||
php -q %lib%cake.php %* -working "%CD%\"
|
||||
php -q "%lib%cake.php" %* -working "%CD%\"
|
||||
|
||||
echo.
|
Loading…
Add table
Reference in a new issue