diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-18 00:58:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-18 00:58:41 +0000 |
commit | 9333748b5b1c858f157072c5a7845e1eac780350 (patch) | |
tree | 3a0a79d38558c043ec959869e670605a67abd061 /Master/tlpkg/TeXLive/TLTREE.pm | |
parent | c74d68ee64328c552d23aae43da7aa496637f257 (diff) |
more information when dying
git-svn-id: svn://tug.org/texlive/trunk@11340 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLTREE.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLTREE.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm index d3af63e1a27..5f47771e712 100644 --- a/Master/tlpkg/TeXLive/TLTREE.pm +++ b/Master/tlpkg/TeXLive/TLTREE.pm @@ -36,7 +36,7 @@ sub init_from_svn { sub init_from_statusfile { my $self = shift; - die "need a filename of svn status file" if (@_ != 1); + die "need filename of svn status file" if (@_ != 1); open(TMP,"<$_[0]") || die "open of svn status file($_[0]) failed: $!"; my @lines = <TMP>; close(TMP); |