From efb469cd30ff03e4940570fc78e554272af635e4 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 25 Oct 2008 23:52:29 +0000 Subject: fix warning if a dangling symlink should be packed git-svn-id: svn://tug.org/texlive/trunk@11057 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPOBJ.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index c26f151b8c6..b1f859b9166 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -603,7 +603,7 @@ sub make_container { open ZIP, "|-", @cmdline or die "Cannot open container program @cmdline: $!"; } map { - if (! -f $_) { + if (! -e $_) { print STDERR "!!!Error: non-existent $_\n"; } else { print ZIP "$_\n"; -- cgit v1.2.3