From 5eea87fd4cb5d6a436835ef1393c5fc185da6de8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 11 Oct 2007 03:59:26 -0400 Subject: [PATCH] properly return from function --- mr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.2