X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/a9a8460b2479dfbe34982e8042288838aa77ba3f..494d586d154db49a4210a989878c3e76aa22206d:/mr diff --git a/mr b/mr index e96a3dc..00c62fb 100755 --- a/mr +++ b/mr @@ -515,12 +515,12 @@ sub action { } else { if (! $no_chdir) { - print "mr $action: $topdir$subdir\n" unless $quiet; + print "mr $action: $dir\n" unless $quiet; } else { my $s=$directory; $s=~s/^\Q$topdir$subdir\E\/?//; - print "mr $action: $topdir$subdir (in subdir $s)\n" unless $quiet; + print "mr $action: $dir (in subdir $s)\n" unless $quiet; } $command="set -e; ".$lib. "my_action(){ $command\n }; my_action ".