minor fix

This commit is contained in:
Ward Wouts 2003-12-13 15:03:29 +00:00
parent 27ffb223d8
commit 3d9944edac

View file

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