diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-09 13:54:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-09 13:54:47 +0000 |
commit | f04ffa128afb0a0866f70b0c8eb81210421c6356 (patch) | |
tree | 0fec5a8d22e8d3bce03ac7f118e1b303e9916ccd | |
parent | 8113bb3eea2a3e514ea40fab937ff48db9742897 (diff) |
rm extra newline
git-svn-id: svn://tug.org/texlive/trunk@5150 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/place | 2 |
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"; |