Agenda: patch-svn

File patch-svn, 702 bytes (added by carmas, 6 years ago)
Line 
1--- svnlook.php.orig    2011-05-29 15:44:33.947679510 +0000
2+++ svnlook.php 2011-05-29 15:44:55.351696244 +0000
3@@ -601,7 +601,7 @@
4                        $cmd = quoteCommand($config->getSvnCommand().' cat '.$this->repConfig->svnParams().quote($path.'@'.$rev).' | '.
5                                $config->enscript.' --language=html '.
6                                ($l ? '--color --pretty-print='.$l : '').' -o - | '.
7-                               $config->sed.' -n '.$config->quote.'1,/^<PRE.$/!{/^<\\/PRE.$/,/^<PRE.$/!p;}'.$config->quote.' > $tempname');
8+                               $config->sed.' -n '.$config->quote.'1,/^<PRE.$/!{/^<\\/PRE.$/,/^<PRE.$/!p;}'.$config->quote." > $tempname");
9                } else {
10                        $highlighted = false;
11                        $path = encodepath(str_replace(DIRECTORY_SEPARATOR, '/', $this->getSvnPath($path)));