X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/01ec3b770fb914f3f2210a9b6106e9ea82bf0e6b..42d4edaa0085600180aa529a65a65ea0e20f35d0:/mr 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;