summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index d1e47147095..0e4c65ea62a 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1358,7 +1358,6 @@ sub _do_postaction_script {
$filew = $keyval{'filew32'} if defined($keyval{'filew32'});
my $texdir = `kpsewhich -var-value=SELFAUTOPARENT`;
chomp($texdir);
- my $ret;
my @syscmd;
push @syscmd, (win32() ? $filew : $file), $texdir, $how;
my $ret = system (@syscmd);