master
joey 2006-03-11 02:24:44 +00:00
parent c68f6c84b7
commit 644f78660c
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}