fix permsfile commit
This commit is contained in:
parent
031ae130a8
commit
bfbcf9dbd0
1 changed files with 5 additions and 2 deletions
|
|
@ -190,8 +190,11 @@ sub inperms($) {
|
|||
|
||||
EOT
|
||||
close FH;
|
||||
&cvsadd($permsfile);
|
||||
&checkin($permsfile);
|
||||
my $cwd = cwd;
|
||||
chdir dirname($permsfile);
|
||||
system("$cvscmd add " . &basename($permsfile));
|
||||
system("cvscmd ci -m initial " . &basename($permsfile));
|
||||
chdir $cwd;
|
||||
}
|
||||
|
||||
my $perms = &slurp($permsfile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue