]> sipb.mit.edu Git - ikiwiki.git/commitdiff
qouting
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 14 Jan 2007 04:51:35 +0000 (04:51 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 14 Jan 2007 04:51:35 +0000 (04:51 +0000)
IkiWiki/Rcs/svn.pm

index 30020c1fcc23958c9ad4a25fb8b5bb5ac123ca2e..87fd12fad3044f135723ce89622d9d6e3556f3c4 100644 (file)
@@ -95,7 +95,7 @@ sub rcs_commit ($$$;$$) { #{{{
                if (system("svn", "commit", "--quiet", 
                           "--encoding", "UTF-8", "-m",
                           possibly_foolish_untaint($message),
-                          "$config{srcdir}") != 0) {
+                          $config{srcdir}) != 0) {
                        my $conflict=readfile("$config{srcdir}/$file");
                        if (system("svn", "revert", "--quiet", "$config{srcdir}/$file") != 0) {
                                warn("svn revert failed\n");