diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpsrc2tlpdb')
-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) { |