X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/2f80d6c39305c42561d5c3a564cbe48d191ccd5c..66dc478e14c66b2865b39dc41dabd3a05de87656:/mr?ds=sidebyside diff --git a/mr b/mr index 8de26f8..eb766d4 100755 --- a/mr +++ b/mr @@ -713,7 +713,7 @@ sub record { if ($interactive) { chdir($dir) unless $no_chdir; print STDERR "mr: Starting interactive shell. Exit shell to continue.\n"; - system((getpwuid($<))[8]); + system((getpwuid($<))[8], "-i"); } push @failed, $dir; print "\n";