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:
gwoo 2007-05-16 06:05:27 +00:00
parent e9357fc432
commit c114cb1259

View file

@ -32,6 +32,6 @@
SET app=%0 SET app=%0
SET lib=%~dp0 SET lib=%~dp0
php -q %lib%cake.php %* -working "%CD%\" php -q "%lib%cake.php" %* -working "%CD%\"
echo. echo.