summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/place
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/place')
-rwxr-xr-xMaster/tlpkg/libexec/place4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/place b/Master/tlpkg/libexec/place
index 4b02bb13e78..d650f582289 100755
--- a/Master/tlpkg/libexec/place
+++ b/Master/tlpkg/libexec/place
@@ -256,7 +256,7 @@ my $dirlist_file = "$tmpfile.dirs";
$DIRLIST = ">$dirlist_file";
open (DIRLIST) || die "open($DIRLIST) failed: $!";
#
-print "\n\f place: directories are:\n";
+print "\nplace: directories are:\n";
for my $dir (sort keys %dirs) {
print "$dir\n";
print DIRLIST "$dir\n";
@@ -268,7 +268,7 @@ close (DIRLIST) || warn "close($DIRLIST) failed: $!";
if ($opt_mode eq "svn") {
print ("\nsvn status of those directories:\n");
system ("svn status `cat $dirlist_file`");
- print ("\f\nsvn update of those directories:\n");
+ print ("\nsvn update of those directories:\n");
system ("svn update `cat $dirlist_file`");
}
# do nothing in git mode