summaryrefslogtreecommitdiff
path: root/Mk/Scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/Scripts')
-rw-r--r--Mk/Scripts/clean-depends-list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/clean-depends-list.sh b/Mk/Scripts/clean-depends-list.sh
index 3567594331dd..5449c2141826 100644
--- a/Mk/Scripts/clean-depends-list.sh
+++ b/Mk/Scripts/clean-depends-list.sh
@@ -39,7 +39,7 @@ check_dep() {
if [ -d ${1} ]; then
echo ${d}
elif [ "$arg" = "limited" ]; then
- break
+ continue
fi
shift
check_dep $@