From: Joey Hess Date: Tue, 8 Apr 2008 22:24:37 +0000 (-0400) Subject: capitalise sentence X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/42d4edaa0085600180aa529a65a65ea0e20f35d0?ds=inline capitalise sentence --- diff --git a/mr b/mr index 4c7be3d..2247e52 100755 --- a/mr +++ b/mr @@ -607,7 +607,7 @@ sub record { #{{{ elsif ($ret == FAILED) { if ($interactive) { chdir($dir) unless $no_chdir; - print STDERR "mr: starting interactive shell. Exit shell to continue.\n"; + print STDERR "mr: Starting interactive shell. Exit shell to continue.\n"; system((getpwuid($<))[8]); } push @failed, $dir;