summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index 83943141b64..e415ae6b5b8 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -208,7 +208,7 @@ sub add_tlpcontainer {
if (defined($archrefs)) {
@archs = @$archrefs;
}
- my $cwd = getcwd;
+ my $cwd = getcwd();
if ($ziplocation !~ m,^/,) {
$ziplocation = "$cwd/$ziplocation";
}
@@ -228,9 +228,9 @@ sub _add_tlpcontainer {
# WARNING: If you change the location of the texlive.tlpdb this
# has to be changed, too!!
if (not(defined($dest))) {
- my $cwd = getcwd;
+ my $cwd = getcwd();
chdir($self->location . "/..");
- $dest = getcwd;
+ $dest = getcwd();
chdir($cwd);
}
my $container = "$ziplocation/$package";