diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 02:24:44 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 02:24:44 +0000 |
commit | 644f78660c21302e0fa82c36fb6425d12d2b872a (patch) | |
tree | 9ce68bba91c51b8b5535f4221b27ba00165ad106 | |
parent | c68f6c84b736bd6858c8524fac5f3aeb27d908b7 (diff) |
foo
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -360,7 +360,7 @@ sub rcs_add ($) { $parent=dirname($file); } - if (system("svn", "add", "--quiet", $file) != 0) { + if (system("svn", "add", "--quiet", "$srcdir/$file") != 0) { warn("svn add failed\n"); } } |