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
|
EOT
|
||||||
close FH;
|
close FH;
|
||||||
&cvsadd($permsfile);
|
my $cwd = cwd;
|
||||||
&checkin($permsfile);
|
chdir dirname($permsfile);
|
||||||
|
system("$cvscmd add " . &basename($permsfile));
|
||||||
|
system("cvscmd ci -m initial " . &basename($permsfile));
|
||||||
|
chdir $cwd;
|
||||||
}
|
}
|
||||||
|
|
||||||
my $perms = &slurp($permsfile);
|
my $perms = &slurp($permsfile);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue