Index: trunk/phase3/includes/Math.php |
— | — | @@ -65,7 +65,7 @@ |
66 | 66 | |
67 | 67 | if ( wfIsWindows() ) { |
68 | 68 | # Invoke it within cygwin sh, because texvc expects sh features in its default shell |
69 | | - $cmd = 'sh -c ' . wfwfEscapeShellArg( $cmd ); |
| 69 | + $cmd = 'sh -c ' . wfEscapeShellArg( $cmd ); |
70 | 70 | } |
71 | 71 | |
72 | 72 | wfDebug( "TeX: $cmd\n" ); |