minor fix
This commit is contained in:
parent
27ffb223d8
commit
3d9944edac
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ sub cvsadd($) {
|
|||
}
|
||||
print "FILE: $file\n";
|
||||
print "PATH: $checkpath\n";
|
||||
chdir $cwd;
|
||||
copy($file, $checkpath) || die "error copying file to cvstree: $!\n";
|
||||
chdir $checkpath;
|
||||
system("$cvscmd add " . &escape(basename($file)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue