diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-11 17:23:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-11 17:23:00 +0000 |
commit | 9d723c39083647689c6180cfb76b58e18529671f (patch) | |
tree | c8dde285a518c785bc258525733aeadfea4ac26a /Master/tlpkg/bin | |
parent | a41a7db955e28248a752c8ca95d78cc8458a391f (diff) |
remove extra explicit warn of newline
git-svn-id: svn://tug.org/texlive/trunk@11258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlpsrc2tlpdb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb index eec8ee5a0c0..26ce7180aa0 100755 --- a/Master/tlpkg/bin/tlpsrc2tlpdb +++ b/Master/tlpkg/bin/tlpsrc2tlpdb @@ -24,9 +24,6 @@ use Getopt::Long; use Pod::Usage; use File::Path; -# flush stderr please, mysterious newline. -select((select(STDERR), $| = 1)[0]); - my $opt_all = 0; my $opt_catalogue = ""; chomp (my $opt_master = `cd $::mydir/../.. && pwd`); @@ -129,7 +126,6 @@ sub main } $tldb->add_tlpobj ($tlp); } - warn "\n"; # write the new db, to the real location given --all, or stdout. if ($opt_all) { |