1
0
Fork 0

fix last commit about ||

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@31 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.1
Xuefer 2006-05-26 03:46:42 +00:00
parent 758e4255f9
commit 0623f38b36
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ if (PHP_XCACHE != "no") {
frag = frag.replace(/.*\$\(CC\).* -E (.*) -o (.*)/, ccrule + " /E $1 > $2");
frag = frag.replace(/ -o /g, " /Fo");
frag = frag.replace(/mv -f /g, "move ");
frag = frag.replace(/ || /g, "\r\n\tif errorlevel 1 ");
frag = frag.replace(/ \|\| /g, "\r\n\tif errorlevel 1 ");
frag = frag.replace(/ && /g, "\r\n\tif not errorlevel 1 ");
if (indent == '') {
frag = frag.replace(/\| +\$\(XCACHE_INDENT\)/, '');