Browse Source

detect-hardlinks.sh: Be more descriptive

android-5
Fredrik Fornwall 10 years ago
parent
commit
858b2fa748
  1. 2
      detect-hardlinks.sh

2
detect-hardlinks.sh

@ -7,7 +7,7 @@ for f in *; do
if [ -d $f/massage ]; then
cd $f/massage
if [ -n "$(find . -type f -links +1)" ]; then
echo "$f contains hardlink"
echo "$f contains hardlink, which will not work on Android 6.0+"
fi
fi
done

Loading…
Cancel
Save