summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-09 13:54:47 +0000
committerKarl Berry <karl@freefriends.org>2007-10-09 13:54:47 +0000
commitf04ffa128afb0a0866f70b0c8eb81210421c6356 (patch)
tree0fec5a8d22e8d3bce03ac7f118e1b303e9916ccd /Master/tlpkg
parent8113bb3eea2a3e514ea40fab937ff48db9742897 (diff)
rm extra newline
git-svn-id: svn://tug.org/texlive/trunk@5150 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/place2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/place b/Master/tlpkg/bin/place
index 7b872d454d8..b2d1363a464 100755
--- a/Master/tlpkg/bin/place
+++ b/Master/tlpkg/bin/place
@@ -178,7 +178,7 @@ $dirs{"$M/tlpkg/tlpsrc/$package.tlpsrc"}++;
$DIRLIST = ">$TMP/tlplace.dirs";
open (DIRLIST) || die "open($DIRLIST) failed: $!";
#
-print "\nplace: directories are\n";
+print "place: directories are\n";
for my $dir (sort keys %dirs) {
print "$dir\n";
print DIRLIST "$dir\n";