From e17efcedb1270e591da17dc0c7b4908ec999e9ae Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 11 Oct 2015 11:10:12 -0400 Subject: [PATCH] Make detect-hardlinks.sh look also in subpackages --- detect-hardlinks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detect-hardlinks.sh b/detect-hardlinks.sh index 5b198ddb..9fd4fafb 100755 --- a/detect-hardlinks.sh +++ b/detect-hardlinks.sh @@ -2,7 +2,7 @@ cd $HOME/termux -for f in *; do +for f in * */subpackages/*; do cd $HOME/termux if [ -d $f/massage ]; then cd $f/massage -- 2.11.0