From 0cea5be7570fb0ddc3d28e6bb8371809e04ca2ae Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 25 Jan 2009 00:50:46 +0000 Subject: fix undef value git-svn-id: svn://tug.org/texlive/trunk@11962 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg') 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 -- cgit v1.2.3