summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/place
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/place')
-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";