fix last commit about ||
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@31 c26eb9a1-5813-0410-bd6c-c2e55f420ca71.1
parent
758e4255f9
commit
0623f38b36
|
@ -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\)/, '');
|
||||
|
|
Loading…
Reference in New Issue