diff options
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index cf3f6b287e8..26218b8dfe2 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1364,7 +1364,7 @@ sub setup_programs { setup_unix_one('wget', "$bindir/wget/wget.$platform", "--version"); setup_unix_one('lzmadec', "$bindir/lzma/lzmadec.$platform", "--help"); setup_unix_one('lzma', "$bindir/lzma/lzma.$platform", "notest"); - push @TeXLive::TLConfig::PostMortemRemovals, $tmp; + push @TeXLive::TLConfig::PostMortemRemovals, $tmp if defined($tmp); } return 1; # success |