Make detect-hardlinks.sh look also in subpackages

This commit is contained in:
Fredrik Fornwall 2015-10-11 11:10:12 -04:00
parent 4b9ecf442f
commit e17efcedb1
1 changed files with 1 additions and 1 deletions

View File

@ -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