Skip to content

Commit

Permalink
Windows 7 style "C:\Program Files(x86)" includepath fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktomk committed May 12, 2012
1 parent c717874 commit 21c3b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/phpcs.bat
Expand Up @@ -13,4 +13,4 @@ REM @license http://matrix.squiz.net/developer/tools/php_cs/licence BSD Licenc
REM @version CVS: $Id: phpcs.bat,v 1.3 2007-11-04 22:02:16 squiz Exp $
REM @link http://pear.php.net/package/PHP_CodeSniffer

"@php_bin@" -d auto_append_file="" -d auto_prepend_file="" -d include_path="@php_dir@" "@bin_dir@\phpcs" %*
"@php_bin@" -d auto_append_file="" -d auto_prepend_file="" -d include_path="'@php_dir@'" -f "@bin_dir@\phpcs" -- %*

0 comments on commit 21c3b4d

Please sign in to comment.