X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/51a00c77d7d399ee5bc7493d03d374fc0312975a..5eea87fd4cb5d6a436835ef1393c5fc185da6de8:/mr diff --git a/mr b/mr index f8b78c0..7a54750 100755 --- a/mr +++ b/mr @@ -236,7 +236,7 @@ sub action { if ($ret >> 8 == 0) { print "mr $action: $dir skipped per config file\n" if $verbose; push @skipped, $dir; - next; + return; } }